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.4.8-jre | jar | Apache License, Version 2.0 |
io.permazen | permazen-core | 5.2.0 | jar | The Apache Software License, Version 2.0 |
io.permazen | permazen-kv | 5.2.0 | jar | The Apache Software License, Version 2.0 |
io.permazen | permazen-kv-simple | 5.2.0 | jar | The Apache Software License, Version 2.0 |
io.permazen | permazen-util | 5.2.0 | jar | The Apache Software License, Version 2.0 |
jakarta.validation | jakarta.validation-api | 3.0.2 | jar | Apache License 2.0 |
org.dellroad | dellroad-stuff-main | 3.0.8 | jar | The Apache Software License, Version 2.0 |
org.ow2.asm | asm | 9.6 | jar | BSD-3-Clause |
org.slf4j | slf4j-api | 2.0.17 | jar | MIT |
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.permazen | permazen-kv-test | 5.2.0 | jar | The Apache Software License, Version 2.0 |
org.glassfish.expressly | expressly | 5.0.0 | jar | Eclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception |
org.hibernate.validator | hibernate-validator | 8.0.2.Final | jar | Apache License 2.0 |
org.springframework | spring-core | 6.2.6 | jar | Apache License, Version 2.0 |
org.testng | testng | 7.7.1 | jar | 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 |
io.permazen | permazen-maven-plugin | 5.2.0 | jar | The Apache Software License, Version 2.0 |
jakarta.annotation | jakarta.annotation-api | 2.1.1 | jar | EPL 2.0GPL2 w/ CPE |
org.apache.maven | maven-plugin-api | 3.9.9 | jar | Apache-2.0 |
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.errorprone | error_prone_annotations | 2.36.0 | jar | Apache 2.0 |
com.google.guava | failureaccess | 1.0.3 | 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 |
com.google.j2objc | j2objc-annotations | 3.0.0 | jar | Apache License, Version 2.0 |
io.permazen | permazen-encoding | 5.2.0 | jar | The Apache Software License, Version 2.0 |
net.sf.jopt-simple | jopt-simple | 6.0-alpha-3 | jar | The MIT License |
org.jspecify | jspecify | 1.0.0 | jar | The 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 |
---|---|---|---|---|
ch.qos.reload4j | reload4j | 1.2.22 | jar | The Apache Software License, Version 2.0 |
com.beust | jcommander | 1.82 | jar | Apache License, Version 2.0 |
com.fasterxml | classmate | 1.7.0 | jar | Apache License, Version 2.0 |
io.permazen | permazen-test | 5.2.0 | jar | The Apache Software License, Version 2.0 |
jakarta.el | jakarta.el-api | 5.0.0 | jar | Eclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception |
org.jboss.logging | jboss-logging | 3.6.1.Final | jar | Apache License 2.0 |
org.slf4j | slf4j-reload4j | 2.0.17 | jar | MIT |
org.springframework | spring-jcl | 6.2.6 | jar | Apache License, Version 2.0 |
org.webjars | jquery | 3.6.1 | 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 |
---|---|---|---|---|
org.apache.maven | maven-artifact | 3.9.8 | 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.codehaus.plexus | plexus-utils | 3.5.1 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-xml | 3.0.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
- io.permazen:permazen-main:jar:5.2.0
- 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.errorprone:error_prone_annotations:jar:2.36.0 (compile)
- com.google.j2objc:j2objc-annotations:jar:3.0.0 (compile)
- com.google.guava:failureaccess:jar:1.0.3 (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (provided)
- jakarta.annotation:jakarta.annotation-api:jar:2.1.1 (provided)
- org.dellroad:dellroad-stuff-main:jar:3.0.8 (compile)
- org.ow2.asm:asm:jar:9.6 (compile)
- jakarta.validation:jakarta.validation-api:jar:3.0.2 (compile)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
- org.hibernate.validator:hibernate-validator:jar:8.0.2.Final (test)
- org.jboss.logging:jboss-logging:jar:3.6.1.Final (test)
- com.fasterxml:classmate:jar:1.7.0 (test)
- org.jboss.logging:jboss-logging:jar:3.6.1.Final (test)
- org.glassfish.expressly:expressly:jar:5.0.0 (test)
- jakarta.el:jakarta.el-api:jar:5.0.0 (test)
- jakarta.el:jakarta.el-api:jar:5.0.0 (test)
- org.springframework:spring-core:jar:6.2.6 (test)
- org.springframework:spring-jcl:jar:6.2.6 (test)
- org.springframework:spring-jcl:jar:6.2.6 (test)
- 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.8 (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.codehaus.plexus:plexus-xml:jar:3.0.0 (provided)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M3 (provided)
- org.codehaus.plexus:plexus-utils:jar:3.5.1 (provided)
- org.codehaus.plexus:plexus-classworlds:jar:2.8.0 (provided)
- org.apache.maven:maven-model:jar:3.9.9 (provided)
- io.permazen:permazen-core:jar:5.2.0 (compile)
- io.permazen:permazen-encoding:jar:5.2.0 (compile)
- io.permazen:permazen-encoding:jar:5.2.0 (compile)
- io.permazen:permazen-kv:jar:5.2.0 (compile)
- net.sf.jopt-simple:jopt-simple:jar:6.0-alpha-3 (compile)
- net.sf.jopt-simple:jopt-simple:jar:6.0-alpha-3 (compile)
- io.permazen:permazen-kv-simple:jar:5.2.0 (compile)
- io.permazen:permazen-kv-test:jar:5.2.0 (test)
- io.permazen:permazen-test:jar:5.2.0 (test)
- org.slf4j:slf4j-reload4j:jar:2.0.17 (test)
- ch.qos.reload4j:reload4j:jar:1.2.22 (test)
- ch.qos.reload4j:reload4j:jar:1.2.22 (test)
- org.slf4j:slf4j-reload4j:jar:2.0.17 (test)
- io.permazen:permazen-test:jar:5.2.0 (test)
- io.permazen:permazen-maven-plugin:jar:5.2.0 (provided)
- io.permazen:permazen-util:jar:5.2.0 (compile)
- org.testng:testng:jar:7.7.1 (test)
- com.beust:jcommander:jar:1.82 (test)
- org.webjars:jquery:jar:3.6.1 (test)
- com.beust:jcommander:jar:1.82 (test)
- com.google.guava:guava:jar:33.4.8-jre (compile)
Licenses
The Apache License, Version 2.0: JSpecify annotations
Apache 2.0: error-prone annotations
BSD-3-Clause: asm
MIT License: jquery
GPL2 w/ CPE: Jakarta Annotations API
Eclipse Public License, Version 2.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus
Eclipse Public License v. 2.0: Eclipse Expressly, Jakarta Expression Language API
Apache License 2.0: Hibernate Validator Engine, JBoss Logging 3, Jakarta Bean Validation API
GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Expressly, Jakarta Expression Language API
The MIT License: JOpt Simple
Apache License, Version 2.0: ClassMate, Guava InternalFutureFailureAccess and InternalFutures, Guava: Google Core Libraries for Java, J2ObjC Annotations, Plexus :: Component Annotations, Plexus Classworlds, Plexus Common Utilities, Plexus XML Utilities, Spring Commons Logging Bridge, Spring Core, jcommander, testng
Apache-2.0: Maven Artifact, Maven Model, Maven Plugin API
MIT: SLF4J API Module, SLF4J Reload4j Provider
EPL 2.0: Jakarta Annotations API
The Apache Software License, Version 2.0: DellRoad Stuff Main, FindBugs-jsr305, Guava ListenableFuture only, Permazen Core API Classes, Permazen Encoding Classes, Permazen Key/Value Store Base Classes, Permazen Key/Value Store Test Classes, Permazen Main Classes, Permazen Maven Plugin, Permazen Simple Key/Value Store Classes, Permazen Test Classes, Permazen Utility Classes, reload4j
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
reload4j-1.2.22.jar | 332.4 kB | 243 | 217 | 14 | 1.5 | Yes |
jcommander-1.82.jar | 88.4 kB | 84 | 73 | 7 | 1.8 | Yes |
classmate-1.7.0.jar | 68.9 kB | 59 | 44 | 5 | 1.8 | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
error_prone_annotations-2.36.0.jar | 19.4 kB | 47 | - | - | - | - |
• Root | - | 40 | 27 | 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 |
permazen-core-5.2.0.jar | 372.2 kB | 191 | 179 | 3 | 17 | Yes |
permazen-encoding-5.2.0.jar | 152.9 kB | 112 | 102 | 1 | 17 | Yes |
permazen-kv-5.2.0.jar | 144.3 kB | 91 | 79 | 3 | 17 | Yes |
permazen-kv-simple-5.2.0.jar | 43 kB | 38 | 25 | 1 | 17 | Yes |
permazen-kv-test-5.2.0.jar | 43.6 kB | 21 | 10 | 1 | 17 | Yes |
permazen-maven-plugin-5.2.0.jar | 24 kB | 22 | 9 | 2 | 17 | Yes |
permazen-test-5.2.0.jar | 10.4 kB | 14 | 3 | 1 | 17 | Yes |
permazen-util-5.2.0.jar | 137.4 kB | 93 | 81 | 3 | 17 | Yes |
jakarta.annotation-api-2.1.1.jar | 26.1 kB | 31 | 18 | 4 | 1.8 | Yes |
jakarta.el-api-5.0.0.jar | 87.9 kB | 65 | 53 | 2 | 11 | Yes |
jakarta.validation-api-3.0.2.jar | 93.3 kB | 161 | 144 | 10 | 1.8 | Yes |
jopt-simple-6.0-alpha-3.jar | 79.4 kB | 70 | 58 | 3 | 1.8 | Yes |
maven-artifact-3.9.8.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 |
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-3.5.1.jar | 269.3 kB | 152 | - | - | - | - |
• Root | - | 134 | 108 | 9 | 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.0.jar | 93 kB | 44 | 25 | 2 | 1.8 | Yes |
dellroad-stuff-main-3.0.8.jar | 338.7 kB | 260 | 234 | 12 | 17 | 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 |
expressly-5.0.0.jar | 171.8 kB | 129 | 111 | 6 | 11 | Yes |
hibernate-validator-8.0.2.Final.jar | 1.3 MB | 1037 | 903 | 84 | 11 | Yes |
jboss-logging-3.6.1.Final.jar | 61.9 kB | 46 | 35 | 2 | 11 | Yes |
jspecify-1.0.0.jar | 3.8 kB | 14 | - | - | - | - |
• Root | - | 10 | 4 | 1 | 1.8 | No |
• Versioned | - | 4 | 1 | 1 | 9 | No |
asm-9.6.jar | 123.6 kB | 45 | 39 | 3 | 1.5 | Yes |
slf4j-api-2.0.17.jar | 69.9 kB | 71 | - | - | - | - |
• Root | - | 69 | 55 | 4 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
slf4j-reload4j-2.0.17.jar | 10.7 kB | 17 | - | - | - | - |
• Root | - | 17 | 4 | 1 | 1.8 | Yes |
spring-core-6.2.6.jar | 2 MB | 1265 | - | - | - | - |
• Root | - | 1259 | 1184 | 59 | 17 | Yes |
• Versioned | - | 6 | 1 | 1 | 21 | Yes |
spring-jcl-6.2.6.jar | 24.5 kB | 26 | 15 | 2 | 17 | Yes |
testng-7.7.1.jar | 1 MB | 618 | 570 | 27 | 11 | Yes |
jquery-3.6.1.jar | 314.6 kB | 18 | 0 | 0 | - | - |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
42 | 11.6 MB | 7994 | 7074 | 352 | 17 | 38 |
compile: 16 | compile: 4.6 MB | compile: 3264 | compile: 3013 | compile: 66 | 17 | compile: 14 |
provided: 12 | provided: 1.5 MB | provided: 1088 | provided: 839 | provided: 75 | provided: 11 | |
test: 14 | test: 5.5 MB | test: 3642 | test: 3222 | test: 211 | 17 | test: 13 |