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.github.hazendaz | smartsprites | 0.4.0 | jar | BSD license |
org.checkerframework | checker-qual | 3.49.2 | jar | The MIT License |
org.codehaus.plexus | plexus-utils | 4.0.2 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-xml | 3.0.2 | jar | Apache-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 |
---|---|---|---|---|
com.github.spotbugs | spotbugs-annotations | 4.9.3 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 |
com.google.errorprone | error_prone_annotations | 2.37.0 | jar | Apache 2.0 |
com.google.j2objc | j2objc-annotations | 3.0.0 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-plugin-api | 3.9.9 | jar | Apache-2.0 |
org.apache.maven.plugin-tools | maven-plugin-annotations | 3.15.1 | jar | Apache-2.0 |
org.gaul | modernizer-maven-annotations | 3.1.0 | jar | The Apache Software License, Version 2.0 |
org.projectlombok | lombok | 1.18.38 | jar | The MIT 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 |
---|---|---|---|---|
args4j | args4j | 2.37 | jar | MIT License |
com.google.guava | failureaccess | 1.0.3 | jar | Apache License, Version 2.0 |
com.google.guava | guava | 33.4.8-jre | jar | Apache License, Version 2.0 |
com.google.guava | listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | jar | The Apache Software License, Version 2.0 |
commons-io | commons-io | 2.19.0 | jar | Apache-2.0 |
org.apache.commons | commons-math3 | 3.6.1 | jar | Apache License, Version 2.0 |
org.jspecify | jspecify | 1.0.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 |
---|---|---|---|---|
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
org.apache.maven | maven-artifact | 3.9.9 | jar | Apache-2.0 |
org.apache.maven | maven-model | 3.9.9 | jar | Apache-2.0 |
org.codehaus.plexus | plexus-classworlds | 2.8.0 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-component-annotations | 2.1.0 | jar | Apache License, Version 2.0 |
org.eclipse.sisu | org.eclipse.sisu.inject | 0.9.0.M3 | jar | Eclipse Public License, Version 2.0 |
org.eclipse.sisu | org.eclipse.sisu.plexus | 0.9.0.M3 | jar | Eclipse Public License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- com.github.hazendaz.maven:smartsprites-maven-plugin:maven-plugin:2.4.0
- org.apache.maven:maven-plugin-api:jar:3.9.9 (provided)
- org.apache.maven:maven-model:jar:3.9.9 (provided)
- org.apache.maven:maven-artifact:jar:3.9.9 (provided)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.9.0.M3 (provided)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M3 (provided)
- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 (provided)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M3 (provided)
- org.codehaus.plexus:plexus-classworlds:jar:2.8.0 (provided)
- org.apache.maven:maven-model:jar:3.9.9 (provided)
- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.15.1 (provided)
- org.codehaus.plexus:plexus-utils:jar:4.0.2 (compile)
- org.codehaus.plexus:plexus-xml:jar:3.0.2 (compile)
- com.github.hazendaz:smartsprites:jar:0.4.0 (compile)
- com.google.guava:guava:jar:33.4.8-jre (compile)
- com.google.guava:failureaccess:jar:1.0.3 (compile)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (compile)
- org.jspecify:jspecify:jar:1.0.0 (compile)
- com.google.guava:failureaccess:jar:1.0.3 (compile)
- args4j:args4j:jar:2.37 (compile)
- org.apache.commons:commons-math3:jar:3.6.1 (compile)
- commons-io:commons-io:jar:2.19.0 (compile)
- com.google.guava:guava:jar:33.4.8-jre (compile)
- org.checkerframework:checker-qual:jar:3.49.2 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.37.0 (provided)
- com.google.j2objc:j2objc-annotations:jar:3.0.0 (provided)
- org.projectlombok:lombok:jar:1.18.38 (provided)
- org.gaul:modernizer-maven-annotations:jar:3.1.0 (provided)
- com.github.spotbugs:spotbugs-annotations:jar:4.9.3 (provided)
- com.google.code.findbugs:jsr305:jar:3.0.2 (provided)
- com.google.code.findbugs:jsr305:jar:3.0.2 (provided)
- org.apache.maven:maven-plugin-api:jar:3.9.9 (provided)
Licenses
Eclipse Public License, Version 2.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus
Unnamed: smartsprites-maven-plugin
The Apache License, Version 2.0: JSpecify annotations
Apache 2.0: error-prone annotations
MIT License: args4j
The MIT License: Checker Qual, Project Lombok
Apache-2.0: Apache Commons IO, Maven Artifact, Maven Model, Maven Plugin API, Maven Plugin Tools Java Annotations, Plexus XML Utilities
Apache License, Version 2.0: Apache Commons Math, Guava InternalFutureFailureAccess and InternalFutures, Guava: Google Core Libraries for Java, J2ObjC Annotations, Plexus :: Component Annotations, Plexus Classworlds, Plexus Common Utilities
BSD license: smartsprites
The Apache Software License, Version 2.0: FindBugs-jsr305, 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.37.jar | 158.4 kB | 165 | 74 | 2 | 11 | Yes |
smartsprites-0.4.0.jar | 95.5 kB | 73 | 55 | 7 | 11 | Yes |
spotbugs-annotations-4.9.3.jar | 16.2 kB | 32 | 25 | 1 | 11 | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
error_prone_annotations-2.37.0.jar | 20.4 kB | 49 | - | - | - | - |
• Root | - | 42 | 29 | 2 | 1.8 | Yes |
• Versioned | - | 7 | 1 | 1 | 9 | No |
failureaccess-1.0.3.jar | 10.8 kB | 25 | - | - | - | - |
• Root | - | 17 | 2 | 1 | 1.8 | Yes |
• Versioned | - | 8 | 1 | 1 | 9 | No |
guava-33.4.8-jre.jar | 3 MB | 2008 | - | - | - | - |
• Root | - | 2006 | 1967 | 18 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | - |
j2objc-annotations-3.0.0.jar | 12.5 kB | 31 | - | - | - | - |
• Root | - | 29 | 17 | 1 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
commons-io-2.19.0.jar | 556.1 kB | 408 | - | - | - | - |
• Root | - | 407 | 380 | 15 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
commons-math3-3.6.1.jar | 2.2 MB | 1402 | 1301 | 75 | 1.5 | Yes |
maven-artifact-3.9.9.jar | 58.8 kB | 59 | 34 | 11 | 1.8 | Yes |
maven-model-3.9.9.jar | 217.8 kB | 97 | 80 | 3 | 1.8 | Yes |
maven-plugin-api-3.9.9.jar | 47.1 kB | 48 | 27 | 6 | 1.8 | Yes |
maven-plugin-annotations-3.15.1.jar | 13.8 kB | 22 | 7 | 1 | 1.8 | Yes |
checker-qual-3.49.2.jar | 238.2 kB | 453 | 380 | 33 | 1.8 | Yes |
plexus-classworlds-2.8.0.jar | 53.6 kB | 51 | 36 | 5 | 1.8 | Yes |
plexus-component-annotations-2.1.0.jar | 4.2 kB | 15 | 3 | 1 | 1.6 | No |
plexus-utils-4.0.2.jar | 192.5 kB | 128 | - | - | - | - |
• Root | - | 110 | 86 | 7 | 1.8 | Yes |
• Versioned | - | 6 | 1 | 1 | 9 | Yes |
• Versioned | - | 6 | 1 | 1 | 10 | Yes |
• Versioned | - | 6 | 1 | 1 | 11 | Yes |
plexus-xml-3.0.2.jar | 94.3 kB | 44 | 25 | 2 | 1.8 | Yes |
org.eclipse.sisu.inject-0.9.0.M3.jar | 433.6 kB | 318 | 297 | 9 | 1.8 | Yes |
org.eclipse.sisu.plexus-0.9.0.M3.jar | 216.3 kB | 205 | 167 | 20 | 1.8 | Yes |
modernizer-maven-annotations-3.1.0.jar | 3.3 kB | 14 | - | - | - | - |
• Root | - | 12 | 1 | 1 | 1.8 | No |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jspecify-1.0.0.jar | 3.8 kB | 14 | - | - | - | - |
• Root | - | 10 | 4 | 1 | 1.8 | No |
• Versioned | - | 4 | 1 | 1 | 9 | No |
lombok-1.18.38.jar | 2.1 MB | 1082 | 178 | 13 | 1.6 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
25 | 9.8 MB | 6796 | 5210 | 238 | 11 | 21 |
compile: 11 | compile: 6.6 MB | compile: 4727 | compile: 4274 | compile: 161 | 11 | compile: 9 |
provided: 14 | provided: 3.2 MB | provided: 2069 | provided: 936 | provided: 77 | provided: 12 |