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 |
io.earcam.utilitarian | io.earcam.utilitarian.net | 1.2.1 | jar | The Apache License, Version 2.0-BSD 3-Clause License-Eclipse Public License-MIT License |
io.earcam.utilitarian | io.earcam.utilitarian.security | 1.2.1 | jar | The Apache License, Version 2.0-BSD 3-Clause License-Eclipse Public License-MIT License |
org.bouncycastle | bcpkix-jdk15on | 1.60 | jar | Bouncy Castle Licence |
org.bouncycastle | bcprov-ext-jdk15on | 1.60 | jar | Bouncy Castle Licence |
org.bouncycastle | bcprov-jdk15on | 1.60 | jar | Bouncy Castle Licence |
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 |
---|---|---|---|---|
javax.xml.bind | jaxb-api | 2.3.1 | jar | CDDL 1.1-GPL2 w/ CPE |
org.glassfish.jaxb | jaxb-runtime | 2.4.0-b180830.0438 | jar | CDDL+GPL License |
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 |
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 |
---|---|---|---|---|
com.sun.istack | istack-commons-runtime | 3.0.7 | jar | CDDL 1.1-GPL2 w/ CPE |
com.sun.xml.fastinfoset | FastInfoset | 1.2.15 | jar | Apache License, Version 2.0 |
javax.activation | javax.activation-api | 1.2.0 | jar | CDDL/GPLv2+CE |
org.apiguardian | apiguardian-api | 1.0.0 | jar | The Apache License, Version 2.0 |
org.glassfish.jaxb | txw2 | 2.4.0-b180830.0438 | jar | CDDL+GPL License |
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.jvnet.staxex | stax-ex | 1.8 | jar | Dual license consisting of the CDDL v1.1 and GPL v2 |
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.sitemap:jar:1.2.1 (compile)
io.earcam.utilitarian.site.sitemap Description: Create robots.txt, sitemaps and sitemap-indices, submit to search engines
URL: https://utilitarian.earcam.io/site/sitemap
Project Licenses: The Apache License, Version 2.0, BSD 3-Clause License, Eclipse Public License, 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.utilitarian:io.earcam.utilitarian.net:jar:1.2.1 (compile)
io.earcam.utilitarian.net Description: javax.net utility, primarily to fudge SSL for testing
URL: https://utilitarian.earcam.io/net
Project Licenses: The Apache License, Version 2.0, BSD 3-Clause License, Eclipse Public License, MIT License
- io.earcam.utilitarian:io.earcam.utilitarian.security:jar:1.2.1 (compile)
io.earcam.utilitarian.security Description: KeyPair, KeyStore and Certificate utilities
URL: https://utilitarian.earcam.io/security
Project Licenses: The Apache License, Version 2.0, BSD 3-Clause License, Eclipse Public License, MIT License
- org.bouncycastle:bcprov-ext-jdk15on:jar:1.60 (compile)
Bouncy Castle Provider Description: The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8. Note: this package includes the NTRU encryption algorithms.
URL: https://www.bouncycastle.org/java.html
Project Licenses: Bouncy Castle Licence
- org.bouncycastle:bcprov-jdk15on:jar:1.60 (compile)
Bouncy Castle Provider Description: The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.
URL: http://www.bouncycastle.org/java.html
Project Licenses: Bouncy Castle Licence
- org.bouncycastle:bcpkix-jdk15on:jar:1.60 (compile)
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs Description: The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.5 to JDK 1.8. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.
URL: http://www.bouncycastle.org/java.html
Project Licenses: Bouncy Castle Licence
- 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
- 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
- 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.xml.bind:jaxb-api:jar:2.3.1 (test)
jaxb-api Description: JAXB (JSR 222) API
URL: https://github.com/javaee/jaxb-spec/jaxb-api
Project Licenses: CDDL 1.1, GPL2 w/ CPE
- javax.activation:javax.activation-api:jar:1.2.0 (test)
JavaBeans Activation Framework API jar Description: JavaBeans Activation Framework API jar
URL: http://java.net/all/javax.activation-api/
Project Licenses: CDDL/GPLv2+CE
- javax.activation:javax.activation-api:jar:1.2.0 (test)
- org.glassfish.jaxb:jaxb-runtime:jar:2.4.0-b180830.0438 (test)
JAXB Runtime Description: JAXB (JSR 222) Reference Implementation
URL: http://jaxb.java.net/jaxb-runtime-parent/jaxb-runtime
Project Licenses: CDDL+GPL License
- org.glassfish.jaxb:txw2:jar:2.4.0-b180830.0438 (test)
TXW2 Runtime Description: TXW is a library that allows you to write XML documents.
URL: http://jaxb.java.net/jaxb-txw-parent/txw2
Project Licenses: CDDL+GPL License
- com.sun.istack:istack-commons-runtime:jar:3.0.7 (test)
istack common utility code runtime Description: istack common utility code
URL: http://java.net/istack-commons/istack-commons-runtime/
Project Licenses: CDDL 1.1, GPL2 w/ CPE
- org.jvnet.staxex:stax-ex:jar:1.8 (test)
Extended StAX API Description: Extensions to JSR-173 StAX API.
Project Licenses: Dual license consisting of the CDDL v1.1 and GPL v2
- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.15 (test)
fastinfoset Description: Open Source implementation of the Fast Infoset Standard for Binary XML (http://www.itu.int/ITU-T/asn1/).
URL: http://fi.java.net
Project Licenses: Apache License, Version 2.0
- org.glassfish.jaxb:txw2:jar:2.4.0-b180830.0438 (test)
- io.earcam.utilitarian:io.earcam.utilitarian.io:jar:1.2.1 (compile)
Licenses
CDDL 1.1: istack common utility code runtime, jaxb-api
The Apache License, Version 2.0: io.earcam.unexceptional, io.earcam.utilitarian.io, io.earcam.utilitarian.net, io.earcam.utilitarian.security, io.earcam.utilitarian.site.sitemap, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: io.earcam.unexceptional, io.earcam.utilitarian.io, io.earcam.utilitarian.net, io.earcam.utilitarian.security, io.earcam.utilitarian.site.sitemap
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.net, io.earcam.utilitarian.security, io.earcam.utilitarian.site.sitemap
GPL2 w/ CPE: istack common utility code runtime, jaxb-api
BSD Licence 3: Java Hamcrest
Bouncy Castle Licence: Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs, Bouncy Castle Provider
BSD 3-Clause License: io.earcam.unexceptional, io.earcam.utilitarian.io, io.earcam.utilitarian.net, io.earcam.utilitarian.security, io.earcam.utilitarian.site.sitemap
CDDL/GPLv2+CE: JavaBeans Activation Framework API jar
The BSD 3-Clause License: FindBugs-jsr305
Apache License, Version 2.0: fastinfoset
Dual license consisting of the CDDL v1.1 and GPL v2: Extended StAX API
CDDL+GPL License: JAXB Runtime, TXW2 Runtime
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 |
istack-commons-runtime-3.0.7.jar | 25.5 kB | 35 | 21 | 3 | 1.7 | Yes |
FastInfoset-1.2.15.jar | 311.9 kB | 183 | 148 | 17 | 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 |
io.earcam.utilitarian.net-1.2.1.jar | 10.9 kB | 19 | 7 | 2 | 1.8 | Yes |
io.earcam.utilitarian.security-1.2.1.jar | 16.8 kB | 19 | 8 | 1 | 1.8 | Yes |
javax.activation-api-1.2.0.jar | 56.7 kB | 41 | 31 | 1 | 1.5 | Yes |
jaxb-api-2.3.1.jar | 128.1 kB | 136 | 110 | 6 | - | Yes |
apiguardian-api-1.0.0.jar | 2.2 kB | 7 | 2 | 1 | 1.6 | Yes |
bcpkix-jdk15on-1.60.jar | 796.5 kB | 723 | 674 | 42 | 1.5 | No |
bcprov-ext-jdk15on-1.60.jar | 4.3 MB | 3541 | 3372 | 153 | 1.5 | No |
bcprov-jdk15on-1.60.jar | 4.2 MB | 3494 | 3330 | 149 | 1.5 | No |
jaxb-runtime-2.4.0-b180830.0438.jar | 1.1 MB | 801 | 641 | 25 | 1.7 | Yes |
txw2-2.4.0-b180830.0438.jar | 70.3 kB | 67 | 53 | 3 | 1.7 | Yes |
java-hamcrest-2.0.0.0.jar | 112.9 kB | 115 | 101 | 11 | 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 |
stax-ex-1.8.jar | 36.1 kB | 36 | 24 | 2 | 1.7 | Yes |
opentest4j-1.1.1.jar | 7.1 kB | 10 | 6 | 1 | 1.6 | Yes |
23 | 11.8 MB | 9785 | 8979 | 450 | 1.8 | 20 |
compile: 7 | compile: 9.3 MB | compile: 7857 | compile: 7430 | compile: 349 | - | compile: 4 |
test: 15 | test: 2.4 MB | test: 1882 | test: 1514 | test: 98 | - | test: 15 |
provided: 1 | provided: 20.1 kB | provided: 46 | provided: 35 | provided: 3 | - | provided: 1 |