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 |
---|---|---|---|---|
commons-io | commons-io | 2.17.0 | jar | Apache-2.0 |
io.zonky.test | embedded-postgres | 2.0.7 | jar | The Apache License, Version 2.0 |
org.apache.commons | commons-compress | 1.27.1 | jar | Apache-2.0 |
org.apache.commons | commons-lang3 | 3.17.0 | jar | Apache-2.0 |
org.postgresql | postgresql | 42.7.4 | jar | BSD-2-Clause |
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-core | 3.9.5 | jar | Apache-2.0 |
org.apache.maven | maven-plugin-api | 3.9.5 | jar | Apache-2.0 |
org.apache.maven.plugin-tools | maven-plugin-annotations | 3.15.0 | 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 |
---|---|---|---|---|
commons-codec | commons-codec | 1.17.1 | jar | Apache-2.0 |
org.slf4j | slf4j-api | 1.7.36 | jar | MIT License |
org.tukaani | xz | 1.9 | jar | Public Domain |
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
io.zonky.test.postgres | embedded-postgres-binaries-darwin-amd64 | 14.10.1 | jar | The Apache License, Version 2.0 |
io.zonky.test.postgres | embedded-postgres-binaries-linux-amd64 | 14.10.1 | jar | The Apache License, Version 2.0 |
io.zonky.test.postgres | embedded-postgres-binaries-linux-amd64-alpine | 14.10.1 | jar | The Apache License, Version 2.0 |
io.zonky.test.postgres | embedded-postgres-binaries-windows-amd64 | 14.10.1 | jar | The Apache License, Version 2.0 |
org.checkerframework | checker-qual | 3.42.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:
Project Dependency Graph
Dependency Tree
- de.funfried.maven.plugins:zonky-maven-plugin:maven-plugin:0.7-SNAPSHOT
- org.apache.commons:commons-lang3:jar:3.17.0 (compile)
- commons-io:commons-io:jar:2.17.0 (compile)
- org.apache.commons:commons-compress:jar:1.27.1 (compile)
- commons-codec:commons-codec:jar:1.17.1 (compile)
- org.postgresql:postgresql:jar:42.7.4 (compile)
- org.checkerframework:checker-qual:jar:3.42.0 (runtime)
- io.zonky.test:embedded-postgres:jar:2.0.7 (compile)
- io.zonky.test.postgres:embedded-postgres-binaries-windows-amd64:jar:14.10.1 (runtime)
- io.zonky.test.postgres:embedded-postgres-binaries-darwin-amd64:jar:14.10.1 (runtime)
- io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64:jar:14.10.1 (runtime)
- io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64-alpine:jar:14.10.1 (runtime)
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
- org.tukaani:xz:jar:1.9 (compile)
- org.apache.maven:maven-plugin-api:jar:3.9.5 (provided)
- org.apache.maven:maven-model:jar:3.9.5 (provided)
- org.apache.maven:maven-artifact:jar:3.9.5 (provided)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5 (provided)
- javax.annotation:javax.annotation-api:jar:1.2 (provided)
- org.codehaus.plexus:plexus-utils:jar:3.5.1 (provided)
- org.codehaus.plexus:plexus-classworlds:jar:2.7.0 (provided)
- org.apache.maven:maven-core:jar:3.9.5 (provided)
- org.apache.maven:maven-settings:jar:3.9.5 (provided)
- org.apache.maven:maven-settings-builder:jar:3.9.5 (provided)
- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 (provided)
- org.codehaus.plexus:plexus-cipher:jar:2.0 (provided)
- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 (provided)
- org.apache.maven:maven-builder-support:jar:3.9.5 (provided)
- org.apache.maven:maven-repository-metadata:jar:3.9.5 (provided)
- org.apache.maven:maven-model-builder:jar:3.9.5 (provided)
- org.apache.maven:maven-resolver-provider:jar:3.9.5 (provided)
- org.apache.maven.resolver:maven-resolver-impl:jar:1.9.16 (provided)
- org.apache.maven.resolver:maven-resolver-named-locks:jar:1.9.16 (provided)
- org.apache.maven.resolver:maven-resolver-api:jar:1.9.16 (provided)
- org.apache.maven.resolver:maven-resolver-spi:jar:1.9.16 (provided)
- org.apache.maven.resolver:maven-resolver-util:jar:1.9.16 (provided)
- org.apache.maven.shared:maven-shared-utils:jar:3.3.4 (provided)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5 (provided)
- com.google.inject:guice:jar:5.1.0 (provided)
- aopalliance:aopalliance:jar:1.0 (provided)
- com.google.guava:guava:jar:32.0.1-jre (provided)
- com.google.guava:failureaccess:jar:1.0.1 (provided)
- javax.inject:javax.inject:jar:1 (provided)
- org.codehaus.plexus:plexus-interpolation:jar:1.26 (provided)
- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 (provided)
- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.15.0 (provided)
Licenses
Eclipse Public License, Version 1.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus
The Apache License, Version 2.0: embedded-postgres, embedded-postgres-binaries-darwin-amd64, embedded-postgres-binaries-linux-amd64, embedded-postgres-binaries-linux-amd64-alpine, embedded-postgres-binaries-windows-amd64
BSD-2-Clause: PostgreSQL JDBC Driver
The MIT License: Checker Qual
MIT License: SLF4J API Module
Apache License, Version 2.0: Apache Maven Shared Utils, Guava: Google Core Libraries for Java, Plexus :: Component Annotations, Plexus Cipher: encryption/decryption Component, Plexus Classworlds, Plexus Common Utilities, Plexus Interpolation API, Plexus Security Dispatcher Component, Zonky Maven Plugin
Apache-2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons IO, Apache Commons Lang, Maven Artifact, Maven Artifact Resolver API, Maven Artifact Resolver Implementation, Maven Artifact Resolver Named Locks, Maven Artifact Resolver Provider, Maven Artifact Resolver SPI, Maven Artifact Resolver Utilities, Maven Builder Support, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Plugin Tools Java Annotations, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder
CDDL + GPLv2 with classpath exception: javax.annotation API
Public Domain: AOP alliance, XZ for Java
The Apache Software License, Version 2.0: Google Guice - Core Library, Guava InternalFutureFailureAccess and InternalFutures, javax.inject
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
---|---|---|---|---|---|---|---|
aopalliance-1.0.jar | 4.5 kB | 15 | 9 | 2 | 1.3 | Yes | No |
failureaccess-1.0.1.jar | 4.6 kB | 15 | 2 | 1 | 1.7 | Yes | No |
guava-32.0.1-jre.jar | 3 MB | 2054 | 2014 | 18 | 1.8 | Yes | No |
guice-5.1.0.jar | 777.6 kB | 512 | 494 | 11 | 1.8 | Yes | No |
commons-codec-1.17.1.jar | 372.7 kB | 262 | - | - | - | - | No |
• Root | - | 261 | 114 | 7 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
commons-io-2.17.0.jar | 516 kB | 378 | - | - | - | - | No |
• Root | - | 377 | 350 | 15 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
embedded-postgres-2.0.7.jar | 59.5 kB | 44 | 26 | 4 | 1.8 | Yes | No |
embedded-postgres-binaries-darwin-amd64-14.10.1.jar | 28.6 MB | 3 | 0 | 0 | - | - | - |
embedded-postgres-binaries-linux-amd64-14.10.1.jar | 14.5 MB | 3 | 0 | 0 | - | - | - |
embedded-postgres-binaries-linux-amd64-alpine-14.10.1.jar | 13.7 MB | 3 | 0 | 0 | - | - | - |
embedded-postgres-binaries-windows-amd64-14.10.1.jar | 21.1 MB | 3 | 0 | 0 | - | - | - |
javax.annotation-api-1.2.jar | 26.4 kB | 29 | 15 | 3 | 1.6 | Yes | No |
javax.inject-1.jar | 2.5 kB | 8 | 6 | 1 | 1.5 | No | No |
commons-compress-1.27.1.jar | 1.1 MB | 625 | - | - | - | - | No |
• Root | - | 624 | 572 | 36 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
commons-lang3-3.17.0.jar | 673.6 kB | 426 | - | - | - | - | No |
• Root | - | 425 | 395 | 18 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
maven-artifact-3.9.5.jar | 58.6 kB | 59 | 34 | 11 | 1.8 | Yes | No |
maven-builder-support-3.9.5.jar | 14.3 kB | 24 | 10 | 1 | 1.8 | Yes | No |
maven-core-3.9.5.jar | 700.2 kB | 521 | 434 | 57 | 1.8 | Yes | No |
maven-model-3.9.5.jar | 217.2 kB | 97 | 80 | 3 | 1.8 | Yes | No |
maven-model-builder-3.9.5.jar | 198.1 kB | 159 | 126 | 16 | 1.8 | Yes | No |
maven-plugin-api-3.9.5.jar | 47.4 kB | 48 | 27 | 6 | 1.8 | Yes | No |
maven-repository-metadata-3.9.5.jar | 28.4 kB | 27 | 9 | 2 | 1.8 | Yes | No |
maven-resolver-provider-3.9.5.jar | 74.3 kB | 49 | 32 | 1 | 1.8 | Yes | No |
maven-settings-3.9.5.jar | 44.5 kB | 35 | 19 | 2 | 1.8 | Yes | No |
maven-settings-builder-3.9.5.jar | 42.2 kB | 53 | 32 | 5 | 1.8 | Yes | No |
maven-plugin-annotations-3.15.0.jar | 13.8 kB | 22 | 7 | 1 | 1.8 | Yes | No |
maven-resolver-api-1.9.16.jar | 157.6 kB | 170 | 146 | 12 | 1.8 | Yes | No |
maven-resolver-impl-1.9.16.jar | 317.6 kB | 208 | 178 | 14 | 1.8 | Yes | No |
maven-resolver-named-locks-1.9.16.jar | 37.8 kB | 40 | 22 | 3 | 1.8 | Yes | No |
maven-resolver-spi-1.9.16.jar | 51.5 kB | 84 | 58 | 12 | 1.8 | Yes | No |
maven-resolver-util-1.9.16.jar | 194.7 kB | 156 | 129 | 13 | 1.8 | Yes | No |
maven-shared-utils-3.3.4.jar | 153.1 kB | 103 | 79 | 9 | 1.7 | Yes | No |
checker-qual-3.42.0.jar | 230.8 kB | 438 | 369 | 30 | 1.8 | Yes | No |
plexus-cipher-2.0.jar | 13 kB | 19 | 5 | 1 | 1.7 | Yes | No |
plexus-classworlds-2.7.0.jar | 53.3 kB | 51 | 36 | 5 | 1.8 | Yes | No |
plexus-component-annotations-2.1.0.jar | 4.2 kB | 15 | 3 | 1 | 1.6 | No | No |
plexus-interpolation-1.26.jar | 85.3 kB | 79 | 62 | 7 | 1.6 | Yes | No |
plexus-sec-dispatcher-2.0.jar | 23.6 kB | 30 | 12 | 3 | 1.7 | Yes | No |
plexus-utils-3.5.1.jar | 269.3 kB | 152 | - | - | - | - | No |
• 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 | - |
org.eclipse.sisu.inject-0.3.5.jar | 379.3 kB | 289 | 271 | 9 | 1.6 | Yes | No |
org.eclipse.sisu.plexus-0.3.5.jar | 205.3 kB | 196 | 164 | 20 | 1.6 | Yes | No |
postgresql-42.7.4.jar | 1.1 MB | 535 | 472 | 38 | 1.8 | Yes | No |
slf4j-api-1.7.36.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes | No |
xz-1.9.jar | 116 kB | 132 | - | - | - | - | Yes |
• Root | - | 130 | 116 | 9 | 1.7 | No | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
44 | 89.3 MB | 8217 | 7071 | 420 | 1.8 | 37 | 1 |
compile: 8 | compile: 4 MB | compile: 2448 | compile: 2079 | compile: 131 | 1.8 | compile: 7 | compile: 1 |
runtime: 5 | runtime: 78.1 MB | runtime: 450 | runtime: 369 | runtime: 30 | runtime: 1 | - | |
provided: 31 | provided: 7.2 MB | provided: 5319 | provided: 4623 | provided: 259 | provided: 29 | - |