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 |
---|---|---|---|---|
args4j | args4j | 2.33 | jar | MIT License |
com.google.guava | guava | 33.0.0-jre | jar | Apache License, Version 2.0 |
commons-io | commons-io | 2.15.1 | jar | Apache-2.0 |
org.apache.commons | commons-math3 | 3.6.1 | jar | Apache License, Version 2.0 |
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.assertj | assertj-core | 3.25.3 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.10.2 | 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 | Optional |
---|---|---|---|---|---|
com.github.spotbugs | spotbugs-annotations | 4.8.3 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 | No |
com.google.errorprone | error_prone_annotations | 2.24.0 | jar | Apache 2.0 | No |
com.google.j2objc | j2objc-annotations | 2.8 | jar | Apache License, Version 2.0 | No |
org.checkerframework | checker-qual | 3.42.0 | jar | The MIT License | No |
org.gaul | modernizer-maven-annotations | 2.7.0 | jar | The Apache Software License, Version 2.0 | No |
org.hibernate.validator | hibernate-validator-annotation-processor | 6.2.5.Final | jar | Apache License 2.0 | No |
org.projectlombok | lombok | 1.18.30 | jar | The MIT License | No |
org.apache.ant | ant | 1.10.14 | jar | The Apache Software License, Version 2.0 | Yes |
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 |
---|---|---|---|---|
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
com.google.guava | failureaccess | 1.0.2 | jar | The Apache Software License, Version 2.0 |
com.google.guava | listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | jar | The Apache Software License, Version 2.0 |
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 |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.14.11 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.10.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.10.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.10.2 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.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 | Optional |
---|---|---|---|---|---|
org.apache.ant | ant-launcher | 1.10.14 | jar | The Apache Software License, Version 2.0 | Yes |
Project Dependency Graph
Dependency Tree
- com.github.hazendaz:smartsprites:jar:0.3.1-SNAPSHOT
- com.google.guava:guava:jar:33.0.0-jre (compile)
- com.google.guava:failureaccess:jar:1.0.2 (compile)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- com.google.guava:failureaccess:jar:1.0.2 (compile)
- args4j:args4j:jar:2.33 (compile)
- org.apache.commons:commons-math3:jar:3.6.1 (compile)
- commons-io:commons-io:jar:2.15.1 (compile)
- org.apache.ant:ant:jar:1.10.14 (provided)
- org.apache.ant:ant-launcher:jar:1.10.14 (provided)
- org.apache.ant:ant-launcher:jar:1.10.14 (provided)
- org.junit.jupiter:junit-jupiter-engine:jar:5.10.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.10.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.10.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.10.2 (test)
- org.assertj:assertj-core:jar:3.25.3 (test)
- net.bytebuddy:byte-buddy:jar:1.14.11 (test)
- net.bytebuddy:byte-buddy:jar:1.14.11 (test)
- org.checkerframework:checker-qual:jar:3.42.0 (provided)
- com.google.errorprone:error_prone_annotations:jar:2.24.0 (provided)
- org.hibernate.validator:hibernate-validator-annotation-processor:jar:6.2.5.Final (provided)
- com.google.j2objc:j2objc-annotations:jar:2.8 (provided)
- org.projectlombok:lombok:jar:1.18.30 (provided)
- org.gaul:modernizer-maven-annotations:jar:2.7.0 (provided)
- com.github.spotbugs:spotbugs-annotations:jar:4.8.3 (provided)
- com.google.guava:guava:jar:33.0.0-jre (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: error-prone annotations
Apache License 2.0: Hibernate Validator Annotation Processor
MIT License: args4j
The MIT License: Checker Qual, Project Lombok
Apache License, Version 2.0: Apache Commons Math, AssertJ Core, Byte Buddy (without dependencies), Guava: Google Core Libraries for Java, J2ObjC Annotations
Apache-2.0: Apache Commons IO
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
BSD license: SmartSprites
The Apache Software License, Version 2.0: Apache Ant Core, Apache Ant Launcher, FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, Modernizer Maven Plugin annotations
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
args4j-2.33.jar | 155.4 kB | 165 | 74 | 2 | 1.5 | Yes |
spotbugs-annotations-4.8.3.jar | 15.2 kB | 31 | 24 | 1 | 1.8 | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
error_prone_annotations-2.24.0.jar | 16.8 kB | 39 | 27 | 2 | 1.8 | Yes |
failureaccess-1.0.2.jar | 4.7 kB | 15 | 2 | 1 | 1.7 | Yes |
guava-33.0.0-jre.jar | 3 MB | 2057 | 2018 | 18 | 1.8 | Yes |
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | - |
j2objc-annotations-2.8.jar | 9.3 kB | 24 | 13 | 1 | 1.7 | Yes |
commons-io-2.15.1.jar | 501.2 kB | 368 | 339 | 16 | 9 | Yes |
byte-buddy-1.14.11.jar | 4.2 MB | 2935 | 2881 | 39 | 9 | Yes |
commons-math3-3.6.1.jar | 2.2 MB | 1402 | 1301 | 75 | 1.5 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 9 | Yes |
assertj-core-3.25.3.jar | 1.4 MB | 873 | 831 | 28 | 9 | Yes |
checker-qual-3.42.0.jar | 230.8 kB | 438 | 369 | 30 | 1.8 | Yes |
modernizer-maven-annotations-2.7.0.jar | 3.2 kB | 14 | 2 | 2 | 9 | No |
hibernate-validator-annotation-processor-6.2.5.Final.jar | 145 kB | 122 | 91 | 6 | 17 | Yes |
junit-jupiter-api-5.10.2.jar | 211 kB | 197 | 182 | 8 | 9 | Yes |
junit-jupiter-engine-5.10.2.jar | 244.7 kB | 147 | 130 | 9 | 9 | Yes |
junit-platform-commons-1.10.2.jar | 106.2 kB | 64 | 44 | 7 | 9 | Yes |
junit-platform-engine-1.10.2.jar | 204.8 kB | 153 | 136 | 10 | 9 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 9 | Yes |
lombok-1.18.30.jar | 2 MB | 1063 | 172 | 13 | 9 | Yes |
ant-1.10.14.jar | 2.3 MB | 1258 | 1174 | 62 | 1.8 | Yes |
ant-launcher-1.10.14.jar | 18.9 kB | 14 | 4 | 1 | 1.8 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
24 | 17.1 MB | 11456 | 9861 | 338 | 17 | 22 |
compile: 7 | compile: 5.9 MB | compile: 4060 | compile: 3769 | compile: 115 | 17 | compile: 6 |
provided: 9 | provided: 4.8 MB | provided: 3003 | provided: 1876 | provided: 118 | provided: 8 | |
test: 8 | test: 6.4 MB | test: 4393 | test: 4216 | test: 105 | 9 | test: 8 |