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.guava | guava | 33.3.1-jre | jar | Apache License, Version 2.0 |
org.apache.commons | commons-imaging | 1.0.0-alpha5 | jar | Apache-2.0 |
org.apache.logging.log4j | log4j-1.2-api | 2.24.2 | jar | Apache-2.0 |
org.apache.logging.log4j | log4j-api | 2.24.2 | jar | Apache-2.0 |
org.apache.logging.log4j | log4j-core | 2.24.2 | jar | Apache-2.0 |
org.apache.maven.skins | maven-fluido-skin | 2.0.0 | jar | Apache-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.26.3 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.11.3 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 5.14.2 | jar | MIT |
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 |
---|---|---|---|---|
org.projectlombok | lombok | 1.18.36 | 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 |
---|---|---|---|---|
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
com.google.errorprone | error_prone_annotations | 2.28.0 | jar | Apache 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 |
com.google.j2objc | j2objc-annotations | 3.0.0 | jar | Apache License, Version 2.0 |
commons-io | commons-io | 2.16.1 | jar | Apache-2.0 |
org.checkerframework | checker-qual | 3.43.0 | jar | The 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 |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.14.18 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.15.4 | 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.11.3 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.11.3 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.11.3 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- de.aikiit:fotorenamer:jar:2.0.0-SNAPSHOT
- org.apache.maven.skins:maven-fluido-skin:jar:2.0.0 (compile)
- org.assertj:assertj-core:jar:3.26.3 (test)
- net.bytebuddy:byte-buddy:jar:1.14.18 (test)
- org.mockito:mockito-core:jar:5.14.2 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.15.4 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.11.3 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.3 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.11.3 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.3 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.3 (test)
- org.apache.logging.log4j:log4j-core:jar:2.24.2 (compile)
- org.apache.logging.log4j:log4j-1.2-api:jar:2.24.2 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.24.2 (compile)
- org.apache.commons:commons-imaging:jar:1.0.0-alpha5 (compile)
- commons-io:commons-io:jar:2.16.1 (compile)
- org.projectlombok:lombok:jar:1.18.36 (provided)
- com.google.guava:guava:jar:33.3.1-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)
- org.checkerframework:checker-qual:jar:3.43.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.28.0 (compile)
- com.google.j2objc:j2objc-annotations:jar:3.0.0 (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: error-prone annotations
The MIT License: Checker Qual, Project Lombok
Apache-2.0: Apache Commons IO, Apache Commons Imaging, Apache Log4j 1.x Compatibility API, Apache Log4j API, Apache Log4j Core, Apache Maven Fluido Skin
Apache License, Version 2.0: AssertJ Core, Byte Buddy (without dependencies), Byte Buddy agent, Guava: Google Core Libraries for Java, J2ObjC Annotations, Objenesis
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
MIT: mockito-core
The Apache Software License, Version 2.0: FindBugs-jsr305, FotoRenamer - rename your photos automatically, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
error_prone_annotations-2.28.0.jar | 19.4 kB | 47 | - | - | - | - |
• Root | - | 40 | 27 | 2 | 1.8 | Yes |
• Versioned | - | 7 | 1 | 1 | 9 | No |
failureaccess-1.0.2.jar | 4.7 kB | 15 | 2 | 1 | 1.7 | Yes |
guava-33.3.1-jre.jar | 3.1 MB | 2056 | 2017 | 18 | 1.8 | Yes |
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.16.1.jar | 508.8 kB | 374 | - | - | - | - |
• Root | - | 373 | 346 | 15 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
byte-buddy-1.14.18.jar | 4.2 MB | 2935 | - | - | - | - |
• Root | - | 2933 | 2880 | 38 | 1.6 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
byte-buddy-agent-1.15.4.jar | 262.8 kB | 93 | - | - | - | - |
• Root | - | 91 | 72 | 2 | 1.5 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
commons-imaging-1.0.0-alpha5.jar | 856.2 kB | 574 | - | - | - | - |
• Root | - | 573 | 516 | 43 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
log4j-1.2-api-2.24.2.jar | 356.4 kB | 252 | 208 | 22 | 1.8 | Yes |
log4j-api-2.24.2.jar | 348.2 kB | 247 | - | - | - | - |
• Root | - | 236 | 209 | 11 | 1.8 | Yes |
• Versioned | - | 11 | 4 | 2 | 9 | Yes |
log4j-core-2.24.2.jar | 1.9 MB | 1320 | - | - | - | - |
• Root | - | 1303 | 1214 | 57 | 1.8 | Yes |
• Versioned | - | 17 | 7 | 4 | 9 | Yes |
maven-fluido-skin-2.0.0.jar | 355.3 kB | 56 | 0 | 0 | - | - |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
assertj-core-3.26.3.jar | 1.4 MB | 882 | - | - | - | - |
• Root | - | 878 | 839 | 27 | 1.8 | Yes |
• Versioned | - | 4 | 1 | 1 | 9 | No |
checker-qual-3.43.0.jar | 231.5 kB | 439 | 370 | 31 | 1.8 | Yes |
junit-jupiter-api-5.11.3.jar | 216.4 kB | 197 | 182 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.11.3.jar | 260.1 kB | 152 | 135 | 9 | 1.8 | Yes |
junit-platform-commons-1.11.3.jar | 142 kB | 88 | - | - | - | - |
• Root | - | 78 | 64 | 8 | 1.8 | Yes |
• Versioned | - | 10 | 4 | 1 | 9 | Yes |
junit-platform-engine-1.11.3.jar | 246.8 kB | 177 | 158 | 10 | 1.8 | Yes |
mockito-core-5.14.2.jar | 707.7 kB | 646 | 574 | 64 | 11 | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
lombok-1.18.36.jar | 2.1 MB | 1083 | 178 | 13 | 1.6 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
25 | 17.3 MB | 11800 | 10098 | 397 | 11 | 23 |
compile: 13 | compile: 7.7 MB | compile: 5464 | compile: 4961 | compile: 204 | 1.8 | compile: 11 |
provided: 1 | provided: 2.1 MB | provided: 1083 | provided: 178 | provided: 13 | provided: 1 | |
test: 11 | test: 7.5 MB | test: 5253 | test: 4959 | test: 180 | 11 | test: 11 |