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 Optional
org.junit.platform junit-platform-suite-engine 1.10.1 jar Eclipse Public License v2.0 No
org.postgresql postgresql 42.7.3 jar BSD-2-Clause No
org.slf4j slf4j-api 1.7.25 jar MIT License No
org.yaml snakeyaml 2.2 jar Apache License, Version 2.0 No
org.apache.ant ant 1.10.12 jar The Apache Software License, Version 2.0 Yes
org.apache.poi poi 5.2.5 jar Apache License, Version 2.0 Yes
org.apache.poi poi-ooxml 5.2.5 jar Apache License, Version 2.0 Yes
org.junit.jupiter junit-jupiter 5.10.1 jar Eclipse Public License v2.0 Yes

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 Optional
ch.qos.logback logback-classic 1.2.3 jar Eclipse Public License - v 1.0-GNU Lesser General Public License No
com.h2database h2 1.1.118 jar The H2 License, Version 1.0 No
hsqldb hsqldb 1.8.0.1 jar - No
org.apache.ant ant-junitlauncher 1.10.12 jar The Apache Software License, Version 2.0 No
org.mockito mockito-core 4.11.0 jar The MIT License No
org.mockito mockito-junit-jupiter 4.11.0 jar The MIT License No
org.slf4j jcl-over-slf4j 1.7.25 jar MIT License No
org.assertj assertj-core 3.25.1 jar Apache License, Version 2.0 Yes

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.oracle.database.jdbc ojdbc8 19.3.0.0 jar Oracle Free Use Terms and Conditions (FUTC)

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 Optional
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0 No
org.junit.jupiter junit-jupiter-api 5.10.1 jar Eclipse Public License v2.0 No
org.junit.platform junit-platform-commons 1.10.1 jar Eclipse Public License v2.0 No
org.junit.platform junit-platform-engine 1.10.1 jar Eclipse Public License v2.0 No
org.junit.platform junit-platform-suite-api 1.10.1 jar Eclipse Public License v2.0 No
org.opentest4j opentest4j 1.3.0 jar The Apache License, Version 2.0 No
com.github.virtuald curvesapi 1.08 jar BSD License Yes
com.zaxxer SparseBitSet 1.3 jar The Apache Software License, Version 2.0 Yes
commons-codec commons-codec 1.16.0 jar Apache-2.0 Yes
commons-io commons-io 2.15.0 jar Apache-2.0 Yes
org.apache.ant ant-launcher 1.10.12 jar The Apache Software License, Version 2.0 Yes
org.apache.commons commons-collections4 4.4 jar Apache License, Version 2.0 Yes
org.apache.commons commons-compress 1.25.0 jar Apache-2.0 Yes
org.apache.commons commons-math3 3.6.1 jar Apache License, Version 2.0 Yes
org.apache.logging.log4j log4j-api 2.21.1 jar Apache-2.0 Yes
org.apache.poi poi-ooxml-lite 5.2.5 jar Apache License, Version 2.0 Yes
org.apache.xmlbeans xmlbeans 5.2.0 jar The Apache Software License, Version 2.0 Yes
org.junit.jupiter junit-jupiter-params 5.10.1 jar Eclipse Public License v2.0 Yes
xml-apis xml-apis 1.4.01 jar The Apache Software License, Version 2.0-The SAX License-The W3C License Yes

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 Optional
org.checkerframework checker-qual 3.42.0 jar The MIT License No
org.junit.platform junit-platform-launcher 1.2.0 jar Eclipse Public License v2.0 No
org.junit.platform junit-platform-suite-commons 1.10.1 jar Eclipse Public License v2.0 No
org.junit.jupiter junit-jupiter-engine 5.10.1 jar Eclipse Public License v2.0 Yes

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.3 jar Eclipse Public License - v 1.0-GNU Lesser General Public License
net.bytebuddy byte-buddy 1.14.11 jar Apache License, Version 2.0
net.bytebuddy byte-buddy-agent 1.12.19 jar Apache License, Version 2.0
org.objenesis objenesis 3.3 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.oracle.database.ha ons 19.3.0.0 jar Oracle Free Use Terms and Conditions (FUTC)
com.oracle.database.ha simplefan 19.3.0.0 jar Oracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbc ucp 19.3.0.0 jar Oracle Free Use Terms and Conditions (FUTC)
com.oracle.database.security oraclepki 19.3.0.0 jar Oracle Free Use Terms and Conditions (FUTC)
com.oracle.database.security osdt_cert 19.3.0.0 jar Oracle Free Use Terms and Conditions (FUTC)
com.oracle.database.security osdt_core 19.3.0.0 jar Oracle Free Use Terms and Conditions (FUTC)

system

The following is a list of system dependencies for this project. These dependencies are required to compile the application:

GroupId ArtifactId Version Type Licenses
com.sun tools 1.8.0 jar -

Project Dependency Graph

Dependency Tree

Licenses

GNU Lesser General Public License, Version 2.1: dbUnit Extension

The SAX License: XML Commons External Components XML APIs

The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

MIT License: JCL 1.2 implemented over SLF4J, SLF4J API Module

BSD-2-Clause: PostgreSQL JDBC Driver

Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher, JUnit Platform Suite API, JUnit Platform Suite Commons, JUnit Platform Suite Engine

The W3C License: XML Commons External Components XML APIs

GNU Lesser General Public License: Logback Classic Module, Logback Core Module

The H2 License, Version 1.0: H2 Database Engine

Unknown: hsqldb

BSD License: curvesapi

The MIT License: Checker Qual, mockito-core, mockito-junit-jupiter

Apache License, Version 2.0: Apache Commons Collections, Apache Commons Math, Apache POI, Apache POI - API based on OPC and OOXML schemas, Apache POI - Common, AssertJ Core, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, SnakeYAML

Apache-2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons IO, Apache Log4j API

Oracle Free Use Terms and Conditions (FUTC): ojdbc8, ons, oraclepki, osdt_cert, osdt_core, simplefan, ucp

The Apache Software License, Version 2.0: Apache Ant + JUnit 5, Apache Ant Core, Apache Ant Launcher, SparseBitSet, XML Commons External Components XML APIs, XmlBeans

Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information Sealed
logback-classic-1.2.3.jar 290.3 kB 234 175 27 1.6 Yes No
logback-core-1.2.3.jar 471.9 kB 419 373 36 1.6 Yes No
h2-1.1.118.jar 1.2 MB 468 465 29 1.5 Yes No
ons-19.3.0.0.jar 144.7 kB 108 97 5 1.6 Yes No
simplefan-19.3.0.0.jar 29.2 kB 35 30 2 1.8 Yes No
ojdbc8-19.3.0.0.jar 4.2 MB 1930 1844 39 1.8 Yes Yes
ucp-19.3.0.0.jar 1.7 MB 618 564 24 1.8 Yes No
oraclepki-19.3.0.0.jar 306 kB 122 121 9 1.7 No Yes
osdt_cert-19.3.0.0.jar 205.2 kB 76 69 2 1.7 Yes No
osdt_core-19.3.0.0.jar 306.9 kB 191 177 7 1.7 No No
hsqldb-1.8.0.1.jar 625.1 kB 336 297 13 1.2 No No
byte-buddy-1.14.11.jar 4.2 MB 2935 2880 38 1.6 Yes No
byte-buddy-agent-1.12.19.jar 256.4 kB 90 69 2 1.5 Yes No
ant-junitlauncher-1.10.12.jar 88.1 kB 56 43 2 1.8 Yes No
apiguardian-api-1.1.2.jar 6.8 kB 9 2 1 1.6 Yes No
checker-qual-3.42.0.jar 230.8 kB 438 369 30 1.8 Yes No
junit-jupiter-api-5.10.1.jar 211 kB 197 181 7 1.8 Yes No
junit-platform-commons-1.10.1.jar 106.3 kB 64 43 6 - Yes No
junit-platform-engine-1.10.1.jar 204.8 kB 153 135 9 1.8 Yes No
junit-platform-launcher-1.2.0.jar 80.2 kB 62 51 4 1.8 Yes No
junit-platform-suite-api-1.10.1.jar 22.6 kB 35 25 1 1.8 No No
junit-platform-suite-commons-1.10.1.jar 17.3 kB 12 2 1 1.8 Yes No
junit-platform-suite-engine-1.10.1.jar 24.1 kB 21 9 1 1.8 Yes No
mockito-core-4.11.0.jar 684.9 kB 651 579 64 1.8 Yes No
mockito-junit-jupiter-4.11.0.jar 5.4 kB 9 2 1 1.8 Yes No
objenesis-3.3.jar 49.4 kB 59 43 10 1.8 Yes No
opentest4j-1.3.0.jar 14.3 kB 15 8 1 1.6 Yes No
postgresql-42.7.3.jar 1.1 MB 551 484 44 1.8 Yes No
jcl-over-slf4j-1.7.25.jar 16.5 kB 23 9 2 1.5 Yes No
slf4j-api-1.7.25.jar 41.2 kB 46 34 4 1.5 Yes No
snakeyaml-2.2.jar 334.4 kB 278 229 23 - Yes No
curvesapi-1.08.jar 117.2 kB 120 101 6 1.7 Yes No
SparseBitSet-1.3.jar 25.8 kB 25 15 1 1.6 Yes No
commons-codec-1.16.0.jar 360.7 kB 256 109 7 1.8 Yes No
commons-io-2.15.0.jar 500.6 kB 368 338 15 1.8 Yes No
ant-1.10.12.jar 2.3 MB 1246 1162 62 1.8 Yes No
ant-launcher-1.10.12.jar 18.7 kB 14 4 1 1.8 Yes No
commons-collections4-4.4.jar 751.9 kB 555 524 19 1.8 Yes No
commons-compress-1.25.0.jar 1.1 MB 617 562 36 1.8 Yes No
commons-math3-3.6.1.jar 2.2 MB 1402 1301 75 1.5 Yes No
log4j-api-2.21.1.jar 317.5 kB 224 189 8 - Yes No
poi-5.2.5.jar 3 MB 1764 1680 63 1.8 Yes No
poi-ooxml-5.2.5.jar 2 MB 946 874 46 1.8 Yes No
poi-ooxml-lite-5.2.5.jar 5.9 MB 4247 2530 57 1.8 Yes No
xmlbeans-5.2.0.jar 2.2 MB 1752 1028 39 - Yes No
assertj-core-3.25.1.jar 1.4 MB 872 829 27 1.8 Yes No
junit-jupiter-5.10.1.jar 6.4 kB 5 0 0 - No No
junit-jupiter-engine-5.10.1.jar 244.7 kB 147 129 8 1.8 Yes No
junit-jupiter-params-5.10.1.jar 586 kB 381 346 21 1.8 Yes No
xml-apis-1.4.01.jar 220.5 kB 391 346 29 1.1 No No
Total Size Entries Classes Packages Java Version Debug Information Sealed
50 40.4 MB 25573 21476 964 1.8 44 2
compile: 27 compile: 23.7 MB compile: 15682 compile: 12259 compile: 582 - compile: 24 -
test: 12 test: 9.3 MB test: 6152 test: 5764 test: 251 - test: 11 -
runtime: 4 runtime: 573 kB runtime: 659 runtime: 551 runtime: 43 - runtime: 4 -
provided: 7 provided: 6.9 MB provided: 3080 provided: 2902 provided: 88 - provided: 5 provided: 2

Dependency Repository Locations

Repo ID URL Release Snapshot
central https://repo.maven.apache.org/maven2 Yes No

Repository locations for each of the Dependencies.

Artifact nexus
ch.qos.logback:logback-classic:jar:1.2.3
Found at http://localhost:7070/nexus/content/groups/public
ch.qos.logback:logback-core:jar:1.2.3
Found at http://localhost:7070/nexus/content/groups/public
com.h2database:h2:jar:1.1.118
Found at http://localhost:7070/nexus/content/groups/public
com.oracle.database.ha:ons:jar:19.3.0.0
Found at http://localhost:7070/nexus/content/groups/public
com.oracle.database.ha:simplefan:jar:19.3.0.0
Found at http://localhost:7070/nexus/content/groups/public
com.oracle.database.jdbc:ojdbc8:jar:19.3.0.0
Found at http://localhost:7070/nexus/content/groups/public
com.oracle.database.jdbc:ucp:jar:19.3.0.0
Found at http://localhost:7070/nexus/content/groups/public
com.oracle.database.security:oraclepki:jar:19.3.0.0
Found at http://localhost:7070/nexus/content/groups/public
com.oracle.database.security:osdt_cert:jar:19.3.0.0
Found at http://localhost:7070/nexus/content/groups/public
com.oracle.database.security:osdt_core:jar:19.3.0.0
Found at http://localhost:7070/nexus/content/groups/public
com.sun:tools:jar:1.8.0 -
hsqldb:hsqldb:jar:1.8.0.1
Found at http://localhost:7070/nexus/content/groups/public
net.bytebuddy:byte-buddy:jar:1.14.11
Found at http://localhost:7070/nexus/content/groups/public
net.bytebuddy:byte-buddy-agent:jar:1.12.19
Found at http://localhost:7070/nexus/content/groups/public
org.apache.ant:ant-junitlauncher:jar:1.10.12
Found at http://localhost:7070/nexus/content/groups/public
org.apiguardian:apiguardian-api:jar:1.1.2
Found at http://localhost:7070/nexus/content/groups/public
org.checkerframework:checker-qual:jar:3.42.0
Found at http://localhost:7070/nexus/content/groups/public
org.junit.jupiter:junit-jupiter-api:jar:5.10.1
Found at http://localhost:7070/nexus/content/groups/public
org.junit.platform:junit-platform-commons:jar:1.10.1
Found at http://localhost:7070/nexus/content/groups/public
org.junit.platform:junit-platform-engine:jar:1.10.1
Found at http://localhost:7070/nexus/content/groups/public
org.junit.platform:junit-platform-launcher:jar:1.2.0
Found at http://localhost:7070/nexus/content/groups/public
org.junit.platform:junit-platform-suite-api:jar:1.10.1
Found at http://localhost:7070/nexus/content/groups/public
org.junit.platform:junit-platform-suite-commons:jar:1.10.1
Found at http://localhost:7070/nexus/content/groups/public
org.junit.platform:junit-platform-suite-engine:jar:1.10.1
Found at http://localhost:7070/nexus/content/groups/public
org.mockito:mockito-core:jar:4.11.0
Found at http://localhost:7070/nexus/content/groups/public
org.mockito:mockito-junit-jupiter:jar:4.11.0
Found at http://localhost:7070/nexus/content/groups/public
org.objenesis:objenesis:jar:3.3
Found at http://localhost:7070/nexus/content/groups/public
org.opentest4j:opentest4j:jar:1.3.0
Found at http://localhost:7070/nexus/content/groups/public
org.postgresql:postgresql:jar:42.7.3
Found at http://localhost:7070/nexus/content/groups/public
org.slf4j:jcl-over-slf4j:jar:1.7.25
Found at http://localhost:7070/nexus/content/groups/public
org.slf4j:slf4j-api:jar:1.7.25
Found at http://localhost:7070/nexus/content/groups/public
org.yaml:snakeyaml:jar:2.2
Found at http://localhost:7070/nexus/content/groups/public
com.github.virtuald:curvesapi:jar:1.08
Found at http://localhost:7070/nexus/content/groups/public
com.zaxxer:SparseBitSet:jar:1.3
Found at http://localhost:7070/nexus/content/groups/public
commons-codec:commons-codec:jar:1.16.0
Found at http://localhost:7070/nexus/content/groups/public
commons-io:commons-io:jar:2.15.0
Found at http://localhost:7070/nexus/content/groups/public
org.apache.ant:ant:jar:1.10.12
Found at http://localhost:7070/nexus/content/groups/public
org.apache.ant:ant-launcher:jar:1.10.12
Found at http://localhost:7070/nexus/content/groups/public
org.apache.commons:commons-collections4:jar:4.4
Found at http://localhost:7070/nexus/content/groups/public
org.apache.commons:commons-compress:jar:1.25.0
Found at http://localhost:7070/nexus/content/groups/public
org.apache.commons:commons-math3:jar:3.6.1
Found at http://localhost:7070/nexus/content/groups/public
org.apache.logging.log4j:log4j-api:jar:2.21.1
Found at http://localhost:7070/nexus/content/groups/public
org.apache.poi:poi:jar:5.2.5
Found at http://localhost:7070/nexus/content/groups/public
org.apache.poi:poi-ooxml:jar:5.2.5
Found at http://localhost:7070/nexus/content/groups/public
org.apache.poi:poi-ooxml-lite:jar:5.2.5
Found at http://localhost:7070/nexus/content/groups/public
org.apache.xmlbeans:xmlbeans:jar:5.2.0
Found at http://localhost:7070/nexus/content/groups/public
org.assertj:assertj-core:jar:3.25.1
Found at http://localhost:7070/nexus/content/groups/public
org.junit.jupiter:junit-jupiter:jar:5.10.1
Found at http://localhost:7070/nexus/content/groups/public
org.junit.jupiter:junit-jupiter-engine:jar:5.10.1
Found at http://localhost:7070/nexus/content/groups/public
org.junit.jupiter:junit-jupiter-params:jar:5.10.1
Found at http://localhost:7070/nexus/content/groups/public
xml-apis:xml-apis:jar:1.4.01
Found at http://localhost:7070/nexus/content/groups/public
Total nexus
51 (compile: 27, test: 12, runtime: 4, provided: 7, system: 1) 50