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 |
---|---|---|---|---|
org.apache.logging.log4j | log4j-core | 2.17.1 | jar | Apache License, Version 2.0 |
org.lightcouch | lightcouch | 0.0.6 | jar | The Apache Software 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 | Classifier | Type | Licenses |
---|---|---|---|---|---|
org.apache.logging.log4j | log4j-api | 2.17.1 | tests | test-jar | Apache License, Version 2.0 |
org.apache.logging.log4j | log4j-core | 2.17.1 | tests | test-jar | Apache License, Version 2.0 |
org.apache.logging.log4j | log4j-slf4j-impl | 2.17.1 | - | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.7.2 | - | jar | Eclipse Public License v2.0 |
org.junit.vintage | junit-vintage-engine | 5.7.2 | - | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 3.11.2 | - | 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.gson | gson | 2.2.4 | jar | The Apache Software License, Version 2.0 |
commons-codec | commons-codec | 1.15 | jar | Apache License, Version 2.0 |
commons-logging | commons-logging | 1.2 | jar | The Apache Software License, Version 2.0 |
org.apache.httpcomponents | httpclient | 4.2.5 | jar | LICENSE.txt |
org.apache.httpcomponents | httpcore | 4.2.4 | jar | LICENSE.txt |
org.apache.logging.log4j | log4j-api | 2.17.1 | 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 |
---|---|---|---|---|
junit | junit | 4.13.2 | jar | Eclipse Public License 1.0 |
net.bytebuddy | byte-buddy | 1.11.3 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.11.3 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.0 | jar | The Apache License, Version 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.junit.jupiter | junit-jupiter-api | 5.7.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.7.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.7.2 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.2 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.2.0 | jar | The Apache License, Version 2.0 |
org.slf4j | slf4j-api | 1.7.25 | jar | MIT License |
Project Dependency Graph
Dependency Tree
- org.apache.logging.log4j:log4j-couchdb:jar:2.17.1
- org.apache.logging.log4j:log4j-core:jar:2.17.1 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.17.1 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.17.1 (compile)
- org.lightcouch:lightcouch:jar:0.0.6 (compile)
- org.apache.httpcomponents:httpclient:jar:4.2.5 (compile)
- org.apache.httpcomponents:httpcore:jar:4.2.4 (compile)
- commons-logging:commons-logging:jar:1.2 (compile)
- commons-codec:commons-codec:jar:1.15 (compile)
- org.apache.httpcomponents:httpcore:jar:4.2.4 (compile)
- com.google.code.gson:gson:jar:2.2.4 (compile)
- org.apache.httpcomponents:httpclient:jar:4.2.5 (compile)
- org.junit.vintage:junit-vintage-engine:jar:5.7.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.7.2 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.7.2 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (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.apiguardian:apiguardian-api:jar:1.1.0 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.7.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.7.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.7.2 (test)
- org.mockito:mockito-core:jar:3.11.2 (test)
- net.bytebuddy:byte-buddy:jar:1.11.3 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.11.3 (test)
- org.objenesis:objenesis:jar:3.2 (test)
- net.bytebuddy:byte-buddy:jar:1.11.3 (test)
- org.apache.logging.log4j:log4j-api:test-jar:tests:2.17.1 (test)
- org.apache.logging.log4j:log4j-core:test-jar:tests:2.17.1 (test)
- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.17.1 (test)
- org.slf4j:slf4j-api:jar:1.7.25 (test)
- org.slf4j:slf4j-api:jar:1.7.25 (test)
- org.apache.logging.log4j:log4j-core:jar:2.17.1 (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Eclipse Public License 1.0: JUnit
Apache License: HttpClient, HttpCore
The MIT License: mockito-core
MIT License: SLF4J API Module
Apache License, Version 2.0: Apache Commons Codec, Apache Log4j API, Apache Log4j Core, Apache Log4j CouchDB, Apache Log4j SLF4J Binding, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API, JUnit Vintage Engine
New BSD License: Hamcrest Core
The Apache Software License, Version 2.0: Apache Commons Logging, Gson, LightCouch
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
gson-2.2.4.jar | 190.4 kB | 163 | 153 | 6 | 1.5 | Yes |
commons-codec-1.15.jar | 353.8 kB | 253 | 106 | 7 | 1.7 | Yes |
commons-logging-1.2.jar | 61.8 kB | 42 | 28 | 2 | 1.2 | Yes |
junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 1.5 | Yes |
byte-buddy-1.11.3.jar | 3.6 MB | 2565 | 2508 | 37 | 1.6 | Yes |
byte-buddy-agent-1.11.3.jar | 251.2 kB | 81 | 62 | 1 | 1.5 | Yes |
httpclient-4.2.5.jar | 433.4 kB | 359 | 324 | 21 | 1.5 | Yes |
httpcore-4.2.4.jar | 227.3 kB | 216 | 190 | 14 | 1.5 | Yes |
log4j-api-2.17.1.jar | 301.8 kB | 211 | 176 | 8 | - | Yes |
log4j-api-2.17.1-tests.jar | 233.9 kB | - | - | - | - | - |
log4j-core-2.17.1.jar | 1.8 MB | 1220 | 1127 | 52 | 1.8 | Yes |
log4j-core-2.17.1-tests.jar | 1.7 MB | - | - | - | - | - |
log4j-slf4j-impl-2.17.1.jar | 24.3 kB | 26 | 10 | 2 | 1.8 | Yes |
apiguardian-api-1.1.0.jar | 2.4 kB | 8 | 2 | 1 | 1.6 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
junit-jupiter-api-5.7.2.jar | 175.6 kB | 168 | 152 | 7 | 1.8 | Yes |
junit-jupiter-engine-5.7.2.jar | 212.9 kB | 131 | 113 | 8 | 1.8 | Yes |
junit-platform-commons-1.7.2.jar | 100 kB | 63 | 42 | 6 | - | Yes |
junit-platform-engine-1.7.2.jar | 181.4 kB | 141 | 124 | 8 | 1.8 | Yes |
junit-vintage-engine-5.7.2.jar | 64.3 kB | 47 | 32 | 5 | 1.8 | Yes |
lightcouch-0.0.6.jar | 66 kB | 49 | 40 | 1 | 1.5 | Yes |
mockito-core-3.11.2.jar | 671.4 kB | 664 | 591 | 65 | 1.8 | Yes |
objenesis-3.2.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 6 | 1 | 1.6 | Yes |
slf4j-api-1.7.25.jar | 41.2 kB | 46 | 34 | 4 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
25 | 11.2 MB | 6964 | 6258 | 301 | 1.8 | 23 |
compile: 8 | compile: 3.4 MB | compile: 2513 | compile: 2144 | compile: 111 | - | compile: 8 |
test: 17 | test: 7.7 MB | test: 4451 | test: 4114 | test: 190 | - | test: 15 |
Dependency Repository Locations
Repo ID | URL | Release | Snapshot | Blacklisted |
---|---|---|---|---|
thirdparty | http://repository.nextiva.xyz:8081/nexus/content/repositories/thirdparty | Yes | No | No |
central | https://repo.maven.apache.org/maven2 | Yes | No | No |
apache.snapshots.https | http://repository.nextiva.xyz:8081/nexus/content/repositories/apache-snapshots/ | Yes | Yes | No |
snapshots | http://repository.nextiva.xyz:8081/nexus/content/repositories/snapshots | Yes | Yes | No |
sonatype-nexus-snapshots | https://oss.sonatype.org/content/repositories/snapshots | No | Yes | Yes |
spy | http://files.couchbase.com/maven2/ | Yes | No | No |
releases | http://repository.nextiva.xyz:8081/nexus/content/repositories/releases | Yes | No | No |
apache.snapshots | https://repository.apache.org/snapshots | No | Yes | No |
Repository locations for each of the Dependencies.
Artifact | NextivaThirdparty | NextivaCentral | NextivaApacheSnapshots | NextivaSnapshots | spy | releases | apache.snapshots |
---|---|---|---|---|---|---|---|
com.google.code.gson:gson:jar:2.2.4 | - | ![]() |
- | - | - | - | - |
commons-codec:commons-codec:jar:1.15 | - | ![]() |
- | - | - | - | - |
commons-logging:commons-logging:jar:1.2 | - | ![]() |
- | - | - | - | - |
junit:junit:jar:4.13.2 | - | ![]() |
- | - | - | - | - |
net.bytebuddy:byte-buddy:jar:1.11.3 | - | ![]() |
- | - | - | - | - |
net.bytebuddy:byte-buddy-agent:jar:1.11.3 | - | ![]() |
- | - | - | - | - |
org.apache.httpcomponents:httpclient:jar:4.2.5 | - | ![]() |
- | - | - | - | - |
org.apache.httpcomponents:httpcore:jar:4.2.4 | - | ![]() |
- | - | - | - | - |
org.apache.logging.log4j:log4j-api:jar:2.17.1 | - | - | - | - | - | - | - |
org.apache.logging.log4j:log4j-api:test-jar:tests:2.17.1 | - | - | - | - | - | - | - |
org.apache.logging.log4j:log4j-core:jar:2.17.1 | - | - | - | - | - | - | - |
org.apache.logging.log4j:log4j-core:test-jar:tests:2.17.1 | - | - | - | - | - | - | - |
org.apache.logging.log4j:log4j-slf4j-impl:jar:2.17.1 | - | - | - | - | - | - | - |
org.apiguardian:apiguardian-api:jar:1.1.0 | - | ![]() |
- | - | - | - | - |
org.hamcrest:hamcrest-core:jar:1.3 | - | ![]() |
- | - | - | - | - |
org.junit.jupiter:junit-jupiter-api:jar:5.7.2 | - | ![]() |
- | - | - | - | - |
org.junit.jupiter:junit-jupiter-engine:jar:5.7.2 | - | ![]() |
- | - | - | - | - |
org.junit.platform:junit-platform-commons:jar:1.7.2 | - | ![]() |
- | - | - | - | - |
org.junit.platform:junit-platform-engine:jar:1.7.2 | - | ![]() |
- | - | - | - | - |
org.junit.vintage:junit-vintage-engine:jar:5.7.2 | - | ![]() |
- | - | - | - | - |
org.lightcouch:lightcouch:jar:0.0.6 | - | ![]() |
- | - | - | - | - |
org.mockito:mockito-core:jar:3.11.2 | - | ![]() |
- | - | - | - | - |
org.objenesis:objenesis:jar:3.2 | - | ![]() |
- | - | - | - | - |
org.opentest4j:opentest4j:jar:1.2.0 | - | ![]() |
- | - | - | - | - |
org.slf4j:slf4j-api:jar:1.7.25 | - | ![]() |
- | - | - | - | - |
Total | NextivaThirdparty | NextivaCentral | NextivaApacheSnapshots | NextivaSnapshots | spy | releases | apache.snapshots |
25 (compile: 8, test: 17) | 0 | 20 | 0 | 0 | 0 | 0 | 0 |