Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
io.earcam | io.earcam.unexceptional | 1.0.0 | jar | The Apache License, Version 2.0-BSD 3-Clause License-Eclipse Public License-MIT License |
io.earcam.utilitarian | io.earcam.utilitarian.io | 1.2.1 | jar | The Apache License, Version 2.0-BSD 3-Clause License-Eclipse Public License-MIT License |
javax.json | javax.json-api | 1.1.2 | jar | Dual license consisting of the CDDL v1.1 and GPL v2 |
javax.json.bind | javax.json.bind-api | 1.0 | jar | Dual license consisting of the CDDL v1.1 and GPL v2 |
org.apache.lucene | lucene-analyzers-common | 7.5.0 | jar | Apache 2 |
org.apache.lucene | lucene-core | 7.5.0 | jar | Apache 2 |
org.apache.pdfbox | fontbox | 2.0.12 | jar | Apache License, Version 2.0 |
org.apache.pdfbox | pdfbox | 2.0.12 | jar | Apache License, Version 2.0 |
org.apache.pdfbox | xmpbox | 2.0.12 | jar | Apache License, Version 2.0 |
org.jsoup | jsoup | 1.11.3 | jar | The MIT License |
org.slf4j | slf4j-api | 1.8.0-beta2 | jar | MIT License |
org.webjars.bower | lunr.js | 2.1.0 | jar | MIT |
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.eclipse | yasson | 1.0.1 | jar | Eclipse Distribution License 1.0 (BSD)-Eclipse Public License 1.0 |
org.glassfish | javax.json | 1.1.2 | jar | Dual license consisting of the CDDL v1.1 and GPL v2 |
org.slf4j | jcl-over-slf4j | 1.8.0-beta2 | jar | MIT License |
org.slf4j | slf4j-simple | 1.8.0-beta2 | jar | MIT License |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.hamcrest | java-hamcrest | 2.0.0.0 | jar | BSD Licence 3 |
org.junit.jupiter | junit-jupiter-api | 5.3.1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.3.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-launcher | 1.3.1 | jar | Eclipse Public License v2.0 |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The BSD 3-Clause License |
javax.annotation | javax.annotation-api | 1.3.2 | jar | CDDL + GPLv2 with classpath exception |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.apiguardian | apiguardian-api | 1.0.0 | jar | The Apache License, Version 2.0 |
org.junit.platform | junit-platform-commons | 1.3.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.3.1 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.1.1 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- io.earcam.utilitarian:io.earcam.utilitarian.site.search.offline:jar:1.2.1 (compile)
io.earcam.utilitarian.site.search.offline Description: Static site search functionality
URL: https://utilitarian.earcam.io/site/search/offline
Project Licenses: The Apache License, Version 2.0, BSD 3-Clause License, Eclipse Public License, MIT License
- org.webjars.bower:lunr.js:jar:2.1.0 (compile)
lunr.js Description: WebJar for lunr.js
URL: http://webjars.org
Project Licenses: MIT
- org.apache.lucene:lucene-analyzers-common:jar:7.5.0 (compile)
Lucene Common Analyzers Description: Additional Analyzers
URL: http://lucene.apache.org/lucene-parent/lucene-analyzers-common
Project Licenses: Apache 2
- org.apache.lucene:lucene-core:jar:7.5.0 (compile)
Lucene Core Description: Apache Lucene Java Core
URL: http://lucene.apache.org/lucene-parent/lucene-core
Project Licenses: Apache 2
- org.jsoup:jsoup:jar:1.11.3 (compile)
jsoup Java HTML Parser Description: jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.
URL: https://jsoup.org/
Project Licenses: The MIT License
- org.apache.pdfbox:pdfbox:jar:2.0.12 (compile)
Apache PDFBox Description: The Apache PDFBox library is an open source Java tool for working with PDF documents.
URL: https://www.apache.org/pdfbox-parent/pdfbox/
Project Licenses: Apache License, Version 2.0
- org.apache.pdfbox:xmpbox:jar:2.0.12 (compile)
Apache XmpBox Description: The Apache XmpBox library is an open source Java tool that implements Adobe's XMP(TM) specification. It can be used to parse, validate and create xmp contents. It is mainly used by subproject preflight of Apache PDFBox. XmpBox is a subproject of Apache PDFBox.
URL: https://www.apache.org/pdfbox-parent/xmpbox/
Project Licenses: Apache License, Version 2.0
- org.apache.pdfbox:fontbox:jar:2.0.12 (compile)
Apache FontBox Description: The Apache FontBox library is an open source Java tool to obtain low level information from font files. FontBox is a subproject of Apache PDFBox.
URL: http://pdfbox.apache.org/
Project Licenses: Apache License, Version 2.0
- org.slf4j:jcl-over-slf4j:jar:1.8.0-beta2 (runtime)
JCL 1.2 implemented over SLF4J Description: JCL 1.2 implemented over SLF4J
URL: http://www.slf4j.org
Project Licenses: MIT License
- io.earcam.utilitarian:io.earcam.utilitarian.io:jar:1.2.1 (compile)
io.earcam.utilitarian.io Description: In/Output stream extensions
URL: https://utilitarian.earcam.io/io
Project Licenses: The Apache License, Version 2.0, BSD 3-Clause License, Eclipse Public License, MIT License
- io.earcam:io.earcam.unexceptional:jar:1.0.0 (compile)
io.earcam.unexceptional Description: A small cohesive module, leveraging Java 8 functional capabilities to remove most of the boiler-plate of handling checked exceptions.
URL: https://unexceptional.earcam.io
Project Licenses: The Apache License, Version 2.0, BSD 3-Clause License, Eclipse Public License, MIT License
- javax.annotation:javax.annotation-api:jar:1.3.2 (provided)
javax.annotation API Description: Common Annotations for the JavaTM Platform API
URL: http://jcp.org/en/jsr/detail?id=250
Project Licenses: CDDL + GPLv2 with classpath exception
- com.google.code.findbugs:jsr305:jar:3.0.2 (provided)
FindBugs-jsr305 Description: JSR305 Annotations for Findbugs
URL: http://findbugs.sourceforge.net/
Project Licenses: The BSD 3-Clause License
- org.junit.jupiter:junit-jupiter-api:jar:5.3.1 (test)
JUnit Jupiter API Description: Module "junit-jupiter-api" of JUnit 5.
Project Licenses: Eclipse Public License v2.0
- org.apiguardian:apiguardian-api:jar:1.0.0 (test)
org.apiguardian:apiguardian-api Description: @API Guardian
URL: https://github.com/apiguardian-team/apiguardian
Project Licenses: The Apache License, Version 2.0
- org.opentest4j:opentest4j:jar:1.1.1 (test)
org.opentest4j:opentest4j Description: Open Test Alliance for the JVM
URL: https://github.com/ota4j-team/opentest4j
Project Licenses: The Apache License, Version 2.0
- org.junit.platform:junit-platform-commons:jar:1.3.1 (test)
JUnit Platform Commons Description: Module "junit-platform-commons" of JUnit 5.
Project Licenses: Eclipse Public License v2.0
- org.apiguardian:apiguardian-api:jar:1.0.0 (test)
- org.junit.platform:junit-platform-launcher:jar:1.3.1 (test)
JUnit Platform Launcher Description: Module "junit-platform-launcher" of JUnit 5.
Project Licenses: Eclipse Public License v2.0
- org.junit.platform:junit-platform-engine:jar:1.3.1 (test)
JUnit Platform Engine API Description: Module "junit-platform-engine" of JUnit 5.
Project Licenses: Eclipse Public License v2.0
- org.junit.platform:junit-platform-engine:jar:1.3.1 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.3.1 (test)
JUnit Jupiter Engine Description: Module "junit-jupiter-engine" of JUnit 5.
Project Licenses: Eclipse Public License v2.0
- org.hamcrest:java-hamcrest:jar:2.0.0.0 (test)
Java Hamcrest Description: Hamcrest matcher library for Java
URL: http://hamcrest.org/JavaHamcrest/
Project Licenses: BSD Licence 3
- javax.json.bind:javax.json.bind-api:jar:1.0 (compile)
javax.json.bind-api Description: Java.net - The Source for Java Technology Collaboration
URL: https://javaee.github.io/jsonb-spec
Project Licenses: Dual license consisting of the CDDL v1.1 and GPL v2
- javax.json:javax.json-api:jar:1.1.2 (compile)
JSR 374 (JSON Processing) API Description: API module of JSR 374:Java API for Processing JSON
URL: https://javaee.github.io/jsonp
Project Licenses: Dual license consisting of the CDDL v1.1 and GPL v2
- org.eclipse:yasson:jar:1.0.1 (runtime)
org.eclipse.yasson Description: Eclipse Yasson. Reference implementation of JSR-367 (JSON-B).
URL: https://projects.eclipse.org/projects/rt.yasson
Project Licenses: Eclipse Distribution License 1.0 (BSD), Eclipse Public License 1.0
- org.glassfish:javax.json:jar:1.1.2 (runtime)
JSR 374 (JSON Processing) Default Provider Description: Default provider for JSR 374:Java API for Processing JSON
URL: https://javaee.github.io/jsonp
Project Licenses: Dual license consisting of the CDDL v1.1 and GPL v2
- org.slf4j:slf4j-api:jar:1.8.0-beta2 (compile)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project Licenses: MIT License
- org.slf4j:slf4j-simple:jar:1.8.0-beta2 (runtime)
SLF4J Simple Binding Description: SLF4J Simple binding
URL: http://www.slf4j.org
Project Licenses: MIT License
- org.webjars.bower:lunr.js:jar:2.1.0 (compile)
Licenses
The Apache License, Version 2.0: io.earcam.unexceptional, io.earcam.utilitarian.io, io.earcam.utilitarian.site.search.offline, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Eclipse Public License 1.0: org.eclipse.yasson
MIT License: JCL 1.2 implemented over SLF4J, SLF4J API Module, SLF4J Simple Binding, io.earcam.unexceptional, io.earcam.utilitarian.io, io.earcam.utilitarian.site.search.offline
Eclipse Distribution License 1.0 (BSD): org.eclipse.yasson
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher
Eclipse Public License: io.earcam.unexceptional, io.earcam.utilitarian.io, io.earcam.utilitarian.site.search.offline
BSD Licence 3: Java Hamcrest
BSD 3-Clause License: io.earcam.unexceptional, io.earcam.utilitarian.io, io.earcam.utilitarian.site.search.offline
Apache 2: Lucene Common Analyzers, Lucene Core
The BSD 3-Clause License: FindBugs-jsr305
The MIT License: jsoup Java HTML Parser
Apache License, Version 2.0: Apache FontBox, Apache PDFBox, Apache XmpBox
MIT: lunr.js
CDDL + GPLv2 with classpath exception: javax.annotation API
Dual license consisting of the CDDL v1.1 and GPL v2: JSR 374 (JSON Processing) API, JSR 374 (JSON Processing) Default Provider, javax.json.bind-api
Dependency File Details
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
jsr305-3.0.2.jar | 20.1 kB | 46 | 35 | 3 | 1.6 | Yes |
io.earcam.unexceptional-1.0.0.jar | 39.7 kB | 35 | 24 | 1 | 1.8 | Yes |
io.earcam.utilitarian.io-1.2.1.jar | 22.2 kB | 26 | 15 | 1 | 1.8 | Yes |
javax.annotation-api-1.3.2.jar | 26.6 kB | 29 | 15 | 3 | 1.8 | Yes |
javax.json-api-1.1.2.jar | 31.1 kB | 46 | 34 | 3 | 1.8 | Yes |
javax.json.bind-api-1.0.jar | 23.7 kB | 42 | 26 | 6 | 1.8 | Yes |
lucene-analyzers-common-7.5.0.jar | 1.7 MB | 690 | 578 | 62 | 1.8 | Yes |
lucene-core-7.5.0.jar | 3.1 MB | 1974 | 1885 | 26 | 1.8 | Yes |
fontbox-2.0.12.jar | 1.6 MB | 272 | 157 | 10 | 1.6 | Yes |
pdfbox-2.0.12.jar | 2.5 MB | 810 | 716 | 50 | 1.6 | Yes |
xmpbox-2.0.12.jar | 132 kB | 91 | 75 | 4 | 1.6 | Yes |
apiguardian-api-1.0.0.jar | 2.2 kB | 7 | 2 | 1 | 1.6 | Yes |
yasson-1.0.1.jar | 296.3 kB | 244 | 222 | 9 | 1.8 | Yes |
javax.json-1.1.2.jar | 101.1 kB | 73 | 60 | 2 | 1.8 | Yes |
java-hamcrest-2.0.0.0.jar | 112.9 kB | 115 | 101 | 11 | 1.7 | Yes |
jsoup-1.11.3.jar | 395.7 kB | 266 | 248 | 7 | 1.7 | Yes |
junit-jupiter-api-5.3.1.jar | 114.9 kB | 117 | 104 | 5 | 1.8 | Yes |
junit-jupiter-engine-5.3.1.jar | 149.8 kB | 100 | 84 | 7 | 1.8 | Yes |
junit-platform-commons-1.3.1.jar | 77.9 kB | 49 | 30 | 5 | - | Yes |
junit-platform-engine-1.3.1.jar | 135 kB | 113 | 98 | 7 | 1.8 | Yes |
junit-platform-launcher-1.3.1.jar | 94.6 kB | 72 | 61 | 4 | 1.8 | Yes |
opentest4j-1.1.1.jar | 7.1 kB | 10 | 6 | 1 | 1.6 | Yes |
jcl-over-slf4j-1.8.0-beta2.jar | 17.1 kB | 24 | 9 | 2 | 1.6 | Yes |
slf4j-api-1.8.0-beta2.jar | 43.9 kB | 51 | 38 | 4 | 1.6 | Yes |
slf4j-simple-1.8.0-beta2.jar | 15.1 kB | 21 | 8 | 1 | 1.6 | Yes |
lunr.js-2.1.0.jar | 154.5 kB | 75 | 0 | 0 | - | No |
26 | 10.8 MB | 5398 | 4631 | 235 | 1.8 | 25 |
compile: 12 | compile: 9.6 MB | compile: 4378 | compile: 3796 | compile: 174 | - | compile: 11 |
test: 8 | test: 694.4 kB | test: 583 | test: 486 | test: 41 | - | test: 8 |
runtime: 4 | runtime: 429.7 kB | runtime: 362 | runtime: 299 | runtime: 14 | - | runtime: 4 |
provided: 2 | provided: 46.7 kB | provided: 75 | provided: 50 | provided: 6 | - | provided: 2 |