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 |
javax.validation | validation-api | 2.0.1.Final | jar | Apache License 2.0 |
org.apache.commons | commons-lang3 | 3.12.0 | jar | Apache License, Version 2.0 |
org.apache.commons | commons-math3 | 3.6.1 | jar | Apache License, Version 2.0 |
org.apache.tika | tika-core | 2.6.0 | jar | Apache License, Version 2.0 |
org.gbif | gbif-api | 1.13.0 | jar | The Apache Software License, Version 2.0 |
org.gbif | gbif-common | 0.58 | jar | The Apache Software License, Version 2.0 |
org.gbif | name-parser-v1 | 3.8.3 | 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-api | 5.9.1 | jar | Eclipse Public License v2.0 |
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:
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.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:gbif-parsers:jar:0.67-SNAPSHOT
- javax.validation:validation-api:jar:2.0.1.Final (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- org.apache.commons:commons-lang3:jar:3.12.0 (compile)
- org.apache.commons:commons-math3:jar:3.6.1 (compile)
- org.apache.tika:tika-core:jar:2.6.0 (compile)
- commons-io:commons-io:jar:2.11.0 (compile)
- org.gbif:gbif-api:jar:1.13.0 (compile)
- org.projectlombok:lombok:jar:1.18.24 (compile)
- org.gbif:dwc-api:jar:1.48 (compile)
- commons-validator:commons-validator:jar:1.7 (compile)
- commons-beanutils:commons-beanutils:jar:1.9.4 (compile)
- commons-digester:commons-digester:jar:2.1 (compile)
- commons-logging:commons-logging:jar:1.2 (compile)
- commons-collections:commons-collections:jar:3.2.2 (compile)
- org.locationtech.spatial4j:spatial4j:jar:0.7 (compile)
- org.locationtech.jts:jts-core:jar:1.16.1 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.14.1 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 (compile)
- de.grundid.opendatalab:geojson-jackson:jar:1.14 (compile)
- io.swagger.core.v3:swagger-annotations:jar:2.2.3 (compile)
- org.gbif:name-parser-v1:jar:3.8.3 (compile)
- org.gbif:name-parser:jar:3.8.3 (compile)
- com.google.guava:guava:jar:29.0-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)
- org.checkerframework:checker-qual:jar:2.11.1 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.3.4 (compile)
- com.google.j2objc:j2objc-annotations:jar:1.3 (compile)
- com.google.guava:guava:jar:29.0-jre (compile)
- org.gbif:name-parser-api:jar:3.8.3 (compile)
- it.unimi.dsi:fastutil:jar:8.5.9 (compile)
- org.gbif:name-parser:jar:3.8.3 (compile)
- org.gbif:gbif-common:jar:0.58 (compile)
- org.apache.commons:commons-compress:jar:1.22 (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.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.9.1 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons: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)
Licenses
Eclipse Publish License, Version 1.0: org.locationtech.jts:jts-core
Apache License 2.0: Bean Validation API, swagger-annotations
Apache 2.0: error-prone annotations
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
The MIT License: Checker Qual, Project Lombok
MIT License: SLF4J API Module
Apache License, Version 2.0: Apache Commons BeanUtils, Apache Commons Collections, Apache Commons Compress, Apache Commons IO, Apache Commons Lang, Apache Commons Math, Apache Commons Validator, Apache Tika core, Guava: Google Core Libraries for Java, fastutil
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
Eclipse Distribution License - v 1.0: org.locationtech.jts:jts-core
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
The Apache Software License, Version 2.0: Apache Commons Logging, Commons Digester, Darwin Core API, FindBugs-jsr305, GBIF Common, GBIF Common :: API, GBIF Name Parser, GBIF Name Parser - API v1, GBIF Parsers, GeoJson POJOs for Jackson, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, J2ObjC Annotations, Jackson-annotations, Jackson-core, Spatial4J, jackson-databind, name-parser-api
Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
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.14.1.jar | 76.1 kB | 85 | 73 | 2 | - | Yes |
jackson-core-2.14.1.jar | 459.3 kB | 191 | 161 | 15 | - | Yes |
jackson-databind-2.14.1.jar | 1.6 MB | 808 | 769 | 24 | - | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
error_prone_annotations-2.3.4.jar | 13.9 kB | 34 | 22 | 2 | 1.7 | No |
failureaccess-1.0.1.jar | 4.6 kB | 15 | 2 | 1 | 1.7 | Yes |
guava-29.0-jre.jar | 2.8 MB | 2005 | 1975 | 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 |
commons-beanutils-1.9.4.jar | 246.9 kB | 154 | 137 | 5 | 1.6 | Yes |
commons-collections-3.2.2.jar | 588.3 kB | 484 | 460 | 12 | 1.3 | Yes |
commons-digester-2.1.jar | 196.8 kB | 182 | 155 | 14 | 1.5 | Yes |
commons-io-2.11.0.jar | 327.1 kB | 224 | 201 | 11 | 1.8 | Yes |
commons-logging-1.2.jar | 61.8 kB | 42 | 28 | 2 | 1.2 | Yes |
commons-validator-1.7.jar | 189.7 kB | 105 | 80 | 4 | 1.7 | Yes |
geojson-jackson-1.14.jar | 24 kB | 29 | 19 | 2 | 1.6 | Yes |
swagger-annotations-2.2.3.jar | 41.2 kB | 75 | 49 | 13 | 1.8 | Yes |
fastutil-8.5.9.jar | 23.4 MB | 12811 | 12795 | 11 | 1.8 | Yes |
validation-api-2.0.1.Final.jar | 93.1 kB | 163 | 143 | 9 | 1.8 | Yes |
commons-compress-1.22.jar | 1 MB | 575 | 523 | 35 | 1.8 | Yes |
commons-lang3-3.12.0.jar | 587.4 kB | 374 | 345 | 17 | 1.8 | Yes |
commons-math3-3.6.1.jar | 2.2 MB | 1402 | 1301 | 75 | 1.5 | Yes |
tika-core-2.6.0.jar | 721.1 kB | 487 | 435 | 33 | 1.8 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | Yes |
checker-qual-2.11.1.jar | 201.1 kB | 364 | 306 | 32 | 1.8 | Yes |
dwc-api-1.48.jar | 53.8 kB | 38 | 26 | 2 | 1.8 | Yes |
gbif-api-1.13.0.jar | 818.4 kB | 598 | 525 | 60 | 1.8 | Yes |
gbif-common-0.58.jar | 2.4 MB | 1169 | 1083 | 51 | - | Yes |
name-parser-3.8.3.jar | 45 kB | 27 | 11 | 2 | 1.8 | Yes |
name-parser-api-3.8.3.jar | 67.3 kB | 35 | 21 | 2 | 1.8 | Yes |
name-parser-v1-3.8.3.jar | 8.6 kB | 12 | 2 | 1 | 1.8 | 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 |
jts-core-1.16.1.jar | 854.4 kB | 603 | 540 | 54 | 1.8 | Yes |
spatial4j-0.7.jar | 204.8 kB | 131 | 109 | 11 | 1.7 | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | Yes |
lombok-1.18.24.jar | 2 MB | 1045 | 168 | 13 | - | 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 |
42 | 42.8 MB | 25566 | 23550 | 637 | 1.8 | 40 |
compile: 34 | compile: 41.4 MB | compile: 24389 | compile: 22545 | compile: 541 | - | compile: 32 |
test: 8 | test: 1.4 MB | test: 1177 | test: 1005 | test: 96 | - | test: 8 |