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.11.0 | jar | Apache License, Version 2.0 |
javax.validation | validation-api | 2.0.1.Final | jar | Apache License 2.0 |
org.apache.commons | commons-collections4 | 4.4 | jar | Apache License, Version 2.0 |
org.apache.commons | commons-digester3 | 3.2 | jar | The Apache Software License, Version 2.0 |
org.apache.commons | commons-lang3 | 3.12.0 | jar | Apache License, Version 2.0 |
org.freemarker | freemarker | 2.3.31 | jar | Apache License, Version 2.0 |
org.gbif | dwc-api | 2.0.0 | jar | The Apache Software License, Version 2.0 |
org.gbif | gbif-common | 0.58 | jar | The Apache Software License, Version 2.0 |
org.slf4j | slf4j-api | 1.7.36 | jar | 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 |
---|---|---|---|---|
ch.qos.logback | logback-classic | 1.2.11 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License |
org.junit.jupiter | junit-jupiter-engine | 5.9.1 | jar | Eclipse Public License v2.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 |
---|---|---|---|---|
asm | asm | 3.3.1 | jar | BSD |
cglib | cglib | 2.2.2 | jar | ASF 2.0 |
com.fasterxml.jackson.core | jackson-annotations | 2.15.2 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-core | 2.15.2 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-databind | 2.15.2 | jar | The Apache Software License, Version 2.0 |
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
commons-beanutils | commons-beanutils | 1.8.3 | jar | The Apache Software License, Version 2.0 |
commons-logging | commons-logging | 1.1.1 | jar | The Apache Software License, Version 2.0 |
org.apache.commons | commons-compress | 1.22 | jar | 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.logback | logback-core | 1.2.11 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.9.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.9.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.9.1 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.2.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.gbif:dwca-io:jar:2.17-H3-SNAPSHOT
- org.gbif:dwc-api:jar:2.0.0 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.15.2 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.2 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.15.2 (compile)
- org.gbif:gbif-common:jar:0.58 (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- org.apache.commons:commons-compress:jar:1.22 (compile)
- commons-io:commons-io:jar:2.11.0 (compile)
- org.apache.commons:commons-lang3:jar:3.12.0 (compile)
- org.apache.commons:commons-collections4:jar:4.4 (compile)
- org.apache.commons:commons-digester3:jar:3.2 (compile)
- cglib:cglib:jar:2.2.2 (compile)
- asm:asm:jar:3.3.1 (compile)
- commons-beanutils:commons-beanutils:jar:1.8.3 (compile)
- commons-logging:commons-logging:jar:1.1.1 (compile)
- cglib:cglib:jar:2.2.2 (compile)
- javax.validation:validation-api:jar:2.0.1.Final (compile)
- org.freemarker:freemarker:jar:2.3.31 (compile)
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.9.1 (test)
- org.junit.platform:junit-platform-engine:jar:1.9.1 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.9.1 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.9.1 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.9.1 (test)
- ch.qos.logback:logback-classic:jar:1.2.11 (test)
- ch.qos.logback:logback-core:jar:1.2.11 (test)
- org.gbif:dwc-api:jar:2.0.0 (compile)
Licenses
BSD: ASM Core
Apache License 2.0: Bean Validation API
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module
Apache License, Version 2.0: Apache Commons Collections, Apache Commons Compress, Apache Commons IO, Apache Commons Lang, Apache FreeMarker
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
ASF 2.0: Code Generation Library
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
The Apache Software License, Version 2.0: Apache Commons Digester, Commons BeanUtils, Commons Logging, Darwin Core API, Darwin Core Archive IO Library, FindBugs-jsr305, GBIF Common, Jackson-annotations, Jackson-core, jackson-databind
Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
asm-3.3.1.jar | 43.6 kB | 24 | 23 | 2 | 1.2 | No |
cglib-2.2.2.jar | 287.2 kB | 242 | 228 | 7 | 1.2 | Yes |
logback-classic-1.2.11.jar | 231.9 kB | 207 | 157 | 25 | 1.6 | Yes |
logback-core-1.2.11.jar | 448.8 kB | 398 | 354 | 34 | 1.6 | Yes |
jackson-annotations-2.15.2.jar | 75.6 kB | 86 | 73 | 2 | - | Yes |
jackson-core-2.15.2.jar | 549.2 kB | 250 | 186 | 15 | - | Yes |
jackson-databind-2.15.2.jar | 1.6 MB | 816 | 777 | 24 | - | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
commons-beanutils-1.8.3.jar | 232 kB | 155 | 137 | 6 | 1.3 | Yes |
commons-io-2.11.0.jar | 327.1 kB | 224 | 201 | 11 | 1.8 | Yes |
commons-logging-1.1.1.jar | 60.7 kB | 42 | 28 | 2 | 1.1 | Yes |
validation-api-2.0.1.Final.jar | 93.1 kB | 163 | 143 | 9 | 1.8 | Yes |
commons-collections4-4.4.jar | 751.9 kB | 555 | 524 | 19 | 1.8 | Yes |
commons-compress-1.22.jar | 1 MB | 575 | 523 | 35 | 1.8 | Yes |
commons-digester3-3.2.jar | 241.6 kB | 213 | 189 | 11 | 1.5 | Yes |
commons-lang3-3.12.0.jar | 587.4 kB | 374 | 345 | 17 | 1.8 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | Yes |
freemarker-2.3.31.jar | 1.7 MB | 1230 | 1205 | 17 | 1.8 | Yes |
dwc-api-2.0.0.jar | 78 kB | 49 | 37 | 2 | - | Yes |
gbif-common-0.58.jar | 2.4 MB | 1169 | 1083 | 51 | - | Yes |
junit-jupiter-api-5.9.1.jar | 207.7 kB | 194 | 179 | 8 | - | Yes |
junit-jupiter-engine-5.9.1.jar | 246.5 kB | 151 | 134 | 9 | - | Yes |
junit-platform-commons-1.9.1.jar | 103 kB | 64 | 44 | 7 | - | Yes |
junit-platform-engine-1.9.1.jar | 188.2 kB | 143 | 127 | 9 | - | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | Yes |
slf4j-api-1.7.36.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
26 | 11.6 MB | 7436 | 6776 | 333 | 1.8 | 25 |
compile: 18 | compile: 10.2 MB | compile: 6259 | compile: 5771 | compile: 237 | - | compile: 17 |
test: 8 | test: 1.4 MB | test: 1177 | test: 1005 | test: 96 | - | test: 8 |