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 | 31.1-jre | jar | Apache License, Version 2.0 |
org.apache.commons | commons-imaging | 1.0-alpha3 | jar | Apache License, Version 2.0 |
org.apache.logging.log4j | log4j-1.2-api | 2.19.0 | jar | Apache License, Version 2.0 |
org.apache.logging.log4j | log4j-api | 2.19.0 | jar | Apache License, Version 2.0 |
org.apache.logging.log4j | log4j-core | 2.19.0 | jar | Apache License, Version 2.0 |
org.apache.maven.skins | maven-fluido-skin | 2.0.0-M5 | 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.junit.jupiter | junit-jupiter-engine | 5.9.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-runner | 1.9.2 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 4.10.0 | jar | The 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 |
---|---|---|---|---|
org.projectlombok | lombok | 1.18.26 | 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.11.0 | jar | Apache 2.0 |
com.google.guava | failureaccess | 1.0.1 | 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 | 1.3 | jar | The Apache Software License, Version 2.0 |
org.checkerframework | checker-qual | 3.12.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 |
---|---|---|---|---|
junit | junit | 4.13.2 | jar | Eclipse Public License 1.0 |
net.bytebuddy | byte-buddy | 1.12.19 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.12.19 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.junit.jupiter | junit-jupiter-api | 5.9.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.9.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.9.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-launcher | 1.9.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-suite-api | 1.9.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-suite-commons | 1.9.2 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.2.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-M5 (compile)
- org.mockito:mockito-core:jar:4.10.0 (test)
- net.bytebuddy:byte-buddy:jar:1.12.19 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.12.19 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- net.bytebuddy:byte-buddy:jar:1.12.19 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.9.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.9.2 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.9.2 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.9.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.9.2 (test)
- org.junit.platform:junit-platform-runner:jar:1.9.2 (test)
- junit:junit:jar:4.13.2 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.junit.platform:junit-platform-launcher:jar:1.9.2 (test)
- org.junit.platform:junit-platform-suite-api:jar:1.9.2 (test)
- org.junit.platform:junit-platform-suite-commons:jar:1.9.2 (test)
- junit:junit:jar:4.13.2 (test)
- org.apache.logging.log4j:log4j-core:jar:2.19.0 (compile)
- org.apache.logging.log4j:log4j-1.2-api:jar:2.19.0 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.19.0 (compile)
- org.apache.commons:commons-imaging:jar:1.0-alpha3 (compile)
- org.projectlombok:lombok:jar:1.18.26 (provided)
- com.google.guava:guava:jar:31.1-jre (compile)
- com.google.guava:failureaccess:jar:1.0.1 (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.12.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.11.0 (compile)
- com.google.j2objc:j2objc-annotations:jar:1.3 (compile)
- com.google.guava:failureaccess:jar:1.0.1 (compile)
- org.apache.maven.skins:maven-fluido-skin:jar:2.0.0-M5 (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Eclipse Public License 1.0: JUnit
Apache 2.0: error-prone annotations
The MIT License: Checker Qual, Project Lombok, mockito-core
Apache-2.0: Apache Maven Fluido Skin
Apache License, Version 2.0: Apache Commons Imaging, Apache Log4j 1.x Compatibility API, Apache Log4j API, Apache Log4j Core, Byte Buddy (without dependencies), Byte Buddy agent, Guava: Google Core Libraries for Java, Objenesis
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher, JUnit Platform Runner, JUnit Platform Suite API, JUnit Platform Suite Commons
New BSD License: Hamcrest Core
The Apache Software License, Version 2.0: FindBugs-jsr305, FotoRenamer - rename your photos automatically, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, J2ObjC Annotations
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.11.0.jar | 16 kB | 38 | 26 | 2 | 1.7 | Yes |
failureaccess-1.0.1.jar | 4.6 kB | 15 | 2 | 1 | 1.7 | Yes |
guava-31.1-jre.jar | 3 MB | 2053 | 2023 | 18 | 1.8 | Yes |
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | No |
j2objc-annotations-1.3.jar | 8.8 kB | 23 | 12 | 1 | 1.5 | Yes |
junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 1.5 | Yes |
byte-buddy-1.12.19.jar | 4 MB | 2742 | 2688 | 39 | - | Yes |
byte-buddy-agent-1.12.19.jar | 256.4 kB | 90 | 70 | 3 | - | Yes |
commons-imaging-1.0-alpha3.jar | 784.6 kB | 508 | 453 | 41 | 1.8 | Yes |
log4j-1.2-api-2.19.0.jar | 349 kB | 241 | 197 | 21 | 1.8 | Yes |
log4j-api-2.19.0.jar | 317.6 kB | 224 | 189 | 9 | - | Yes |
log4j-core-2.19.0.jar | 1.9 MB | 1304 | 1209 | 54 | 1.8 | Yes |
maven-fluido-skin-2.0.0-M5.jar | 349.7 kB | 56 | 0 | 0 | - | No |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | Yes |
checker-qual-3.12.0.jar | 208.8 kB | 399 | 333 | 29 | 1.8 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
junit-jupiter-api-5.9.2.jar | 207.8 kB | 194 | 179 | 8 | - | Yes |
junit-jupiter-engine-5.9.2.jar | 246.6 kB | 151 | 134 | 9 | - | Yes |
junit-platform-commons-1.9.2.jar | 103 kB | 64 | 44 | 7 | - | Yes |
junit-platform-engine-1.9.2.jar | 189.2 kB | 143 | 127 | 9 | - | Yes |
junit-platform-launcher-1.9.2.jar | 169.2 kB | 120 | 105 | 7 | - | Yes |
junit-platform-runner-1.9.2.jar | 16.6 kB | 12 | 4 | 2 | - | Yes |
junit-platform-suite-api-1.9.2.jar | 21.2 kB | 33 | 24 | 2 | - | No |
junit-platform-suite-commons-1.9.2.jar | 15.3 kB | 12 | 3 | 2 | - | Yes |
mockito-core-4.10.0.jar | 683.2 kB | 651 | 579 | 64 | 1.8 | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | Yes |
lombok-1.18.26.jar | 2 MB | 1047 | 169 | 13 | - | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
29 | 15.2 MB | 10693 | 9053 | 393 | 1.8 | 26 |
compile: 12 | compile: 6.9 MB | compile: 4914 | compile: 4479 | compile: 179 | - | compile: 10 |
test: 16 | test: 6.4 MB | test: 4732 | test: 4405 | test: 201 | - | test: 15 |
provided: 1 | provided: 2 MB | provided: 1047 | provided: 169 | provided: 13 | - | provided: 1 |