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.0 | 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.0 | jar | The Apache License, Version 2.0-BSD 3-Clause License-Eclipse Public License-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 |
---|---|---|---|---|
io.earcam.instrumental | io.earcam.instrumental.reflect | 0.1.0 | jar | The Apache License, Version 2.0-BSD 3-Clause License-Eclipse Public License-MIT License |
junit | junit | 4.12 | jar | Eclipse Public License 1.0 |
org.hamcrest | java-hamcrest | 2.0.0.0 | jar | BSD Licence 3 |
org.ops4j.pax.tinybundles | tinybundles | 3.0.0 | jar | ALv2 |
org.slf4j | slf4j-simple | 1.7.25 | jar | MIT License |
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.
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 |
---|---|---|---|---|
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 |
---|---|---|---|---|
biz.aQute.bnd | biz.aQute.bndlib | 3.5.0 | jar | Apache-2.0 |
io.earcam.utilitarian | io.earcam.utilitarian.charstar | 1.2.0 | jar | The Apache License, Version 2.0-BSD 3-Clause License-Eclipse Public License-MIT License |
org.ops4j.base | ops4j-base-io | 1.5.0 | jar | ALv2 |
org.ops4j.base | ops4j-base-lang | 1.5.0 | jar | ALv2 |
org.ops4j.base | ops4j-base-monitors | 1.5.0 | jar | ALv2 |
org.ops4j.base | ops4j-base-store | 1.5.0 | jar | ALv2 |
org.slf4j | slf4j-api | 1.7.25 | jar | MIT License |
Project Dependency Graph
Dependency Tree
- io.earcam.instrumental:io.earcam.instrumental.lade:jar:0.1.0 (compile)
io.earcam.instrumental.lade Description: Not just the usual fudge of ClassLoader.defineClass() - loads in-memory JARs returning valid resource URLs
URL: https://instrumental.earcam.io/io.earcam.instrumental.lade
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
- io.earcam.utilitarian:io.earcam.utilitarian.io:jar:1.2.0 (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.security:jar:1.2.0 (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: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
- 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:bcprov-ext-jdk15on:jar:1.60 (compile)
- io.earcam.instrumental:io.earcam.instrumental.reflect:jar:0.1.0 (test)
io.earcam.instrumental.reflect Description: Gentle reflection of types, names and resources
URL: https://instrumental.earcam.io/io.earcam.instrumental.reflect
Project Licenses: The Apache License, Version 2.0, BSD 3-Clause License, Eclipse Public License, MIT License
- io.earcam.utilitarian:io.earcam.utilitarian.charstar:jar:1.2.0 (test)
io.earcam.utilitarian.charstar Description: java.lang.CharSequence is woefully under-used and under-supported IMO... Tiny module named "charstar" in homage to C's char*
URL: https://utilitarian.earcam.io/charstar
Project Licenses: The Apache License, Version 2.0, BSD 3-Clause License, Eclipse Public License, MIT License
- io.earcam.utilitarian:io.earcam.utilitarian.charstar:jar:1.2.0 (test)
- 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
- junit:junit:jar:4.12 (test)
JUnit Description: JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
URL: http://junit.org
Project Licenses: Eclipse Public License 1.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
- org.ops4j.pax.tinybundles:tinybundles:jar:3.0.0 (test)
OPS4J Pax Tinybundles Description: Tiny Bundles is a library to create and modify adhoc bundles and other OSGi resources using fluent Java API.
URL: http://team.ops4j.org/wiki/display/ops4j/Tinybundles
Project Licenses: ALv2
- org.ops4j.base:ops4j-base-store:jar:1.5.0 (test)
OPS4J Base - Store Description: OPS4J Base -Store
URL: http://team.ops4j.org/wiki/display/base/ops4j-base-store/
Project Licenses: ALv2
- org.ops4j.base:ops4j-base-io:jar:1.5.0 (test)
OPS4J Base - IO Description: OPS4J Base - Utilities/Extensions related to java.io.
URL: http://team.ops4j.org/wiki/display/base/ops4j-base-io/
Project Licenses: ALv2
- org.ops4j.base:ops4j-base-lang:jar:1.5.0 (test)
OPS4J Base - Lang Description: OPS4J Base - Utilities/Extensions related to java.lang.
URL: http://team.ops4j.org/wiki/display/base/ops4j-base-lang/
Project Licenses: ALv2
- org.ops4j.base:ops4j-base-monitors:jar:1.5.0 (test)
OPS4J Base - Monitors Description: OPS4J Base - Utilities/Extensions related to monitoring.
URL: http://team.ops4j.org/wiki/display/base/ops4j-base-monitors/
Project Licenses: ALv2
- org.ops4j.base:ops4j-base-lang:jar:1.5.0 (test)
- org.ops4j.base:ops4j-base-io:jar:1.5.0 (test)
- biz.aQute.bnd:biz.aQute.bndlib:jar:3.5.0 (test)
bndlib Description: A Swiss Army Knife for OSGi
Project Licenses: Apache-2.0
- org.ops4j.base:ops4j-base-store:jar:1.5.0 (test)
- org.slf4j:slf4j-simple:jar:1.7.25 (test)
SLF4J Simple Binding Description: SLF4J Simple binding
URL: http://www.slf4j.org
Project Licenses: MIT License
- org.slf4j:slf4j-api:jar:1.7.25 (test)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project Licenses: MIT License
- org.slf4j:slf4j-api:jar:1.7.25 (test)
- io.earcam:io.earcam.unexceptional:jar:1.0.0 (compile)
Licenses
BSD 3-Clause License: io.earcam.instrumental.lade, io.earcam.instrumental.reflect, io.earcam.unexceptional, io.earcam.utilitarian.charstar, io.earcam.utilitarian.io, io.earcam.utilitarian.security
The BSD 3-Clause License: FindBugs-jsr305
The Apache License, Version 2.0: io.earcam.instrumental.lade, io.earcam.instrumental.reflect, io.earcam.unexceptional, io.earcam.utilitarian.charstar, io.earcam.utilitarian.io, io.earcam.utilitarian.security
Eclipse Public License 1.0: JUnit
MIT License: SLF4J API Module, SLF4J Simple Binding, io.earcam.instrumental.lade, io.earcam.instrumental.reflect, io.earcam.unexceptional, io.earcam.utilitarian.charstar, io.earcam.utilitarian.io, io.earcam.utilitarian.security
Apache-2.0: bndlib
ALv2: OPS4J Base - IO, OPS4J Base - Lang, OPS4J Base - Monitors, OPS4J Base - Store, OPS4J Pax Tinybundles
Eclipse Public License: io.earcam.instrumental.lade, io.earcam.instrumental.reflect, io.earcam.unexceptional, io.earcam.utilitarian.charstar, io.earcam.utilitarian.io, io.earcam.utilitarian.security
BSD Licence 3: Java Hamcrest
Bouncy Castle Licence: Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs, Bouncy Castle Provider
Dependency File Details
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
biz.aQute.bndlib-3.5.0.jar | 2.6 MB | 1974 | 862 | 136 | 1.7 | Yes |
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.instrumental.reflect-0.1.0.jar | 18.6 kB | 15 | 4 | 1 | 1.8 | Yes |
io.earcam.utilitarian.charstar-1.2.0.jar | 8.1 kB | 13 | 2 | 1 | 1.8 | Yes |
io.earcam.utilitarian.io-1.2.0.jar | 21.7 kB | 26 | 15 | 1 | 1.8 | Yes |
io.earcam.utilitarian.security-1.2.0.jar | 16.8 kB | 19 | 8 | 1 | 1.8 | Yes |
junit-4.12.jar | 314.9 kB | 323 | 286 | 30 | 1.5 | 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 |
java-hamcrest-2.0.0.0.jar | 112.9 kB | 115 | 101 | 11 | 1.7 | Yes |
ops4j-base-io-1.5.0.jar | 21.2 kB | 21 | 11 | 1 | 1.6 | Yes |
ops4j-base-lang-1.5.0.jar | 6.7 kB | 14 | 4 | 1 | 1.6 | Yes |
ops4j-base-monitors-1.5.0.jar | 8.2 kB | 20 | 8 | 3 | 1.6 | Yes |
ops4j-base-store-1.5.0.jar | 7.4 kB | 16 | 5 | 2 | 1.6 | Yes |
tinybundles-3.0.0.jar | 29.3 kB | 32 | 14 | 3 | 1.7 | Yes |
slf4j-api-1.7.25.jar | 41.2 kB | 46 | 34 | 4 | 1.5 | Yes |
slf4j-simple-1.7.25.jar | 15.3 kB | 20 | 10 | 1 | 1.5 | Yes |
19 | 12.5 MB | 10493 | 8799 | 544 | 1.8 | 16 |
compile: 6 | compile: 9.3 MB | compile: 7838 | compile: 7423 | compile: 347 | - | compile: 3 |
test: 12 | test: 3.2 MB | test: 2609 | test: 1341 | test: 194 | - | test: 12 |
provided: 1 | provided: 20.1 kB | provided: 46 | provided: 35 | provided: 3 | - | provided: 1 |