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.instrumental | io.earcam.instrumental.reflect | 0.1.0 | jar | The Apache License, Version 2.0-BSD 3-Clause License-Eclipse Public License-MIT License |
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 |
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.utilitarian | io.earcam.utilitarian.log.slf4j | 1.2.0 | jar | The Apache License, Version 2.0-BSD 3-Clause License-Eclipse Public License-MIT License |
org.hamcrest | java-hamcrest | 2.0.0.0 | jar | BSD Licence 3 |
org.junit.jupiter | junit-jupiter-api | 5.3.0-M1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.3.0-M1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.3.0-M1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-launcher | 1.3.0-M1 | jar | Eclipse Public License v2.0 |
org.slf4j | slf4j-api | 1.7.25 | jar | MIT License |
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.
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:
Project Dependency Graph
Dependency Tree
- io.earcam.instrumental:io.earcam.instrumental.proxy:jar:0.1.0 (compile)
io.earcam.instrumental.proxy Description: Smoother API than java.lang.reflect and various InvocationHandlers
URL: https://instrumental.earcam.io/io.earcam.instrumental.proxy
Project Licenses: The Apache License, Version 2.0, BSD 3-Clause License, Eclipse Public License, MIT License
- io.earcam.instrumental:io.earcam.instrumental.reflect:jar:0.1.0 (compile)
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 (compile)
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: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
- 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.0-M1 (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.0 (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.0-M1 (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.jupiter:junit-jupiter-params:jar:5.3.0-M1 (test)
JUnit Jupiter Params Description: Module "junit-jupiter-params" of JUnit 5.
Project Licenses: Eclipse Public License v2.0
- org.junit.platform:junit-platform-launcher:jar:1.3.0-M1 (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.0-M1 (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.0-M1 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.3.0-M1 (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
- io.earcam.utilitarian:io.earcam.utilitarian.log.slf4j:jar:1.2.0 (test)
io.earcam.utilitarian.log.slf4j Description: Programmatic logging control for test support
URL: https://utilitarian.earcam.io/log/slf4j
Project Licenses: The Apache License, Version 2.0, BSD 3-Clause License, Eclipse Public License, MIT License
- org.slf4j:log4j-over-slf4j:jar:1.8.0-beta2 (test)
Log4j Implemented Over SLF4J Description: Log4j implemented over SLF4J
URL: http://www.slf4j.org
Project Licenses: Apache Software Licenses
- org.slf4j:jul-to-slf4j:jar:1.8.0-beta2 (test)
JUL to SLF4J bridge Description: JUL to SLF4J bridge
URL: http://www.slf4j.org
Project Licenses: MIT License
- org.slf4j:osgi-over-slf4j:jar:1.8.0-beta2 (test)
OSGi LogService implemented over SLF4J Description: OSGi LogService implementation over SLF4J
URL: http://www.slf4j.org
Project Licenses: MIT License
- org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.1 (test)
Apache Log4j to SLF4J Adapter Description: The Apache Log4j binding between Log4j 2 API and SLF4J.
URL: https://logging.apache.org/log4j/2.x/log4j-to-slf4j/
Project Licenses: Apache License, Version 2.0
- org.apache.logging.log4j:log4j-api:jar:2.11.1 (test)
Apache Log4j API Description: The Apache Log4j API
URL: https://logging.apache.org/log4j/2.x/log4j-api/
Project Licenses: Apache License, Version 2.0
- org.eclipse.persistence:org.eclipse.persistence.extension:jar:2.7.3 (test)
EclipseLink Extensions Description: EclipseLink build based upon Git transaction 4be1041
URL: http://www.eclipse.org/eclipselink
Project Licenses: Eclipse Public License v. 2.0, Eclipse Distribution License v. 1.0
- org.eclipse.persistence:org.eclipse.persistence.core:jar:2.7.3 (test)
EclipseLink Core Description: EclipseLink build based upon Git transaction 4be1041
URL: http://www.eclipse.org/eclipselink
Project Licenses: Eclipse Public License v. 2.0, Eclipse Distribution License v. 1.0
- org.eclipse.persistence:org.eclipse.persistence.asm:jar:2.7.3 (test)
EclipseLink ASM Description: EclipseLink build based upon Git transaction 4be1041
URL: http://www.eclipse.org/eclipselink
Project Licenses: Eclipse Public License v. 2.0, Eclipse Distribution License v. 1.0
- javax.json:javax.json-api:jar:1.1.2 (test)
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.glassfish:javax.json:jar:1.1.2 (test)
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:log4j-over-slf4j:jar:1.8.0-beta2 (test)
- 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-simple:jar:1.7.25 (test)
SLF4J Simple Binding Description: SLF4J Simple binding
URL: http://www.slf4j.org
Project Licenses: MIT License
- io.earcam.instrumental:io.earcam.instrumental.reflect:jar:0.1.0 (compile)
Licenses
BSD 3-Clause License: io.earcam.instrumental.proxy, io.earcam.instrumental.reflect, io.earcam.unexceptional, io.earcam.utilitarian.charstar, io.earcam.utilitarian.log.slf4j
The BSD 3-Clause License: FindBugs-jsr305
Apache Software Licenses: Log4j Implemented Over SLF4J
Eclipse Public License v. 2.0: EclipseLink ASM, EclipseLink Core, EclipseLink Extensions
The Apache License, Version 2.0: io.earcam.instrumental.proxy, io.earcam.instrumental.reflect, io.earcam.unexceptional, io.earcam.utilitarian.charstar, io.earcam.utilitarian.log.slf4j, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: JUL to SLF4J bridge, OSGi LogService implemented over SLF4J, SLF4J API Module, SLF4J Simple Binding, io.earcam.instrumental.proxy, io.earcam.instrumental.reflect, io.earcam.unexceptional, io.earcam.utilitarian.charstar, io.earcam.utilitarian.log.slf4j
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher
Apache License, Version 2.0: Apache Log4j API, Apache Log4j to SLF4J Adapter
Eclipse Distribution License v. 1.0: EclipseLink ASM, EclipseLink Core, EclipseLink Extensions
Eclipse Public License: io.earcam.instrumental.proxy, io.earcam.instrumental.reflect, io.earcam.unexceptional, io.earcam.utilitarian.charstar, io.earcam.utilitarian.log.slf4j
Dual license consisting of the CDDL v1.1 and GPL v2: JSR 374 (JSON Processing) API, JSR 374 (JSON Processing) Default Provider
BSD Licence 3: Java Hamcrest
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.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.log.slf4j-1.2.0.jar | 11.2 kB | 21 | 9 | 1 | 1.8 | Yes |
javax.json-api-1.1.2.jar | 31.1 kB | 46 | 34 | 3 | 1.8 | Yes |
log4j-api-2.11.1.jar | 264.1 kB | 194 | 161 | 7 | - | Yes |
log4j-to-slf4j-2.11.1.jar | 17.5 kB | 22 | 6 | 1 | 1.7 | Yes |
apiguardian-api-1.0.0.jar | 2.2 kB | 7 | 2 | 1 | 1.6 | Yes |
org.eclipse.persistence.asm-2.7.3.jar | 498.2 kB | 218 | 199 | 7 | 1.7 | Yes |
org.eclipse.persistence.core-2.7.3.jar | 5.4 MB | 2261 | 2062 | 172 | 1.8 | Yes |
org.eclipse.persistence.extension-2.7.3.jar | 37 kB | 33 | 12 | 4 | 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 |
junit-jupiter-api-5.3.0-M1.jar | 115.1 kB | 116 | 103 | 5 | 1.8 | Yes |
junit-jupiter-engine-5.3.0-M1.jar | 147.8 kB | 100 | 84 | 7 | 1.8 | Yes |
junit-jupiter-params-5.3.0-M1.jar | 487 kB | 337 | 304 | 21 | 1.8 | Yes |
junit-platform-commons-1.3.0-M1.jar | 77.6 kB | 49 | 30 | 5 | - | Yes |
junit-platform-engine-1.3.0-M1.jar | 125.6 kB | 106 | 91 | 7 | 1.8 | Yes |
junit-platform-launcher-1.3.0-M1.jar | 90.1 kB | 68 | 57 | 4 | 1.8 | Yes |
opentest4j-1.1.0.jar | 6.8 kB | 10 | 6 | 1 | 1.6 | Yes |
jul-to-slf4j-1.8.0-beta2.jar | 4.8 kB | 11 | 1 | 1 | 1.6 | Yes |
log4j-over-slf4j-1.8.0-beta2.jar | 24.3 kB | 44 | 30 | 4 | 1.6 | Yes |
osgi-over-slf4j-1.8.0-beta2.jar | 5.6 kB | 15 | 3 | 1 | 1.6 | 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 |
26 | 7.7 MB | 4021 | 3464 | 276 | 1.8 | 26 |
compile: 3 | compile: 66.4 kB | compile: 63 | compile: 30 | compile: 3 | - | compile: 3 |
test: 22 | test: 7.6 MB | test: 3912 | test: 3399 | test: 270 | - | test: 22 |
provided: 1 | provided: 20.1 kB | provided: 46 | provided: 35 | provided: 3 | - | provided: 1 |