Abhängigkeiten

compile

Es folgt eine Liste der Kompilierabhängigkeiten dieses Projektes. Diese Abhängigkeiten werden zur Kompilierung und zur Ausführung des Projektes benötigt:

GroupId ArtifactId Version Typ Lizenzen Optional
commons-cli commons-cli 1.6.0 jar Apache-2.0 Nein
commons-io commons-io 2.15.1 jar Apache-2.0 Nein
de.jfachwert jfachwert 5.2.0 jar The Apache Software License, Version 2.0 Nein
javax.money money-api 1.1 jar Apache License, Version 2.0 Nein
javax.validation validation-api 2.0.1.Final jar Apache License 2.0 Nein
net.java.dev.stax-utils stax-utils 20070216 jar BSD Nein
net.sf.oval oval 3.2.1 jar Eclipse Public License 2.0 Nein
org.apache.commons commons-lang3 3.14.0 jar Apache-2.0 Nein
org.apache.commons commons-text 1.11.0 jar Apache-2.0 Nein
org.apache.httpcomponents.client5 httpclient5 5.3.1 jar Apache License, Version 2.0 Nein
org.apache.httpcomponents.client5 httpclient5-fluent 5.3.1 jar Apache License, Version 2.0 Nein
org.apache.logging.log4j log4j-api 2.22.1 jar Apache-2.0 Nein
org.apache.logging.log4j log4j-core 2.22.1 jar Apache-2.0 Nein
org.hsqldb hsqldb 2.7.2 jar HSQLDB License, a BSD open source license Nein
org.slf4j slf4j-api 2.0.11 jar MIT License Nein
com.fasterxml.jackson.core jackson-annotations 2.16.1 jar The Apache Software License, Version 2.0 Ja
com.fasterxml.jackson.core jackson-databind 2.16.1 jar The Apache Software License, Version 2.0 Ja

test

Es folgt eine Liste der Testabhängigkeiten dieses Projektes. Diese Abhängigkeiten werden ausschließlich zur Kompilierung und Ausführung von Tests des Projektes benötigt:

GroupId ArtifactId Version Typ Lizenzen
io.github.netmikey.logunit logunit-core 2.0.0 jar The Apache License, Version 2.0
io.github.netmikey.logunit logunit-log4j2 2.0.0 jar The Apache License, Version 2.0
junit junit 4.13.2 jar Eclipse Public License 1.0
org.junit.jupiter junit-jupiter 5.10.1 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-api 5.10.1 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.10.1 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.10.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.10.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.10.1 jar Eclipse Public License v2.0
org.junit.vintage junit-vintage-engine 5.10.1 jar Eclipse Public License v2.0
org.patterntesting patterntesting-rt 2.3.0 jar The Apache Software License, Version 2.0
org.postgresql postgresql 42.7.1 jar BSD-2-Clause
org.testcontainers postgresql 1.19.3 jar MIT
org.testcontainers testcontainers 1.19.3 jar MIT

Transitive Abhängigkeiten dieses Projektes

Es folgen die transitiven Abhängigkeiten dieses Projektes. Transitive Abhängigkeiten sind Abhängigkeiten der Projektabhängigkeiten:

compile

Es folgt eine Liste der Kompilierabhängigkeiten dieses Projektes. Diese Abhängigkeiten werden zur Kompilierung und zur Ausführung des Projektes benötigt:

GroupId ArtifactId Version Typ Lizenzen Optional
org.apache.httpcomponents.core5 httpcore5 5.2.4 jar Apache License, Version 2.0 Nein
org.apache.httpcomponents.core5 httpcore5-h2 5.2.4 jar Apache License, Version 2.0 Nein
org.jetbrains annotations 17.0.0 jar The Apache Software License, Version 2.0 Nein
org.jetbrains.kotlin kotlin-stdlib 1.9.22 jar The Apache License, Version 2.0 Nein
com.fasterxml.jackson.core jackson-core 2.16.1 jar The Apache Software License, Version 2.0 Ja

test

Es folgt eine Liste der Testabhängigkeiten dieses Projektes. Diese Abhängigkeiten werden ausschließlich zur Kompilierung und Ausführung von Tests des Projektes benötigt:

GroupId ArtifactId Version Typ Lizenzen
com.github.docker-java docker-java-api 3.3.4 jar The Apache Software License, Version 2.0
com.github.docker-java docker-java-transport 3.3.4 jar The Apache Software License, Version 2.0
com.github.docker-java docker-java-transport-zerodep 3.3.4 jar The Apache Software License, Version 2.0
de.aosd.clazzfish clazzfish-jdbc 1.1 jar The Apache Software License, Version 2.0
de.aosd.clazzfish clazzfish-monitor 1.1 jar The Apache Software License, Version 2.0
net.java.dev.jna jna 5.13.0 jar LGPL-2.1-or-laterApache-2.0
org.apache.commons commons-compress 1.24.0 jar Apache-2.0
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.aspectj aspectjrt 1.9.21 jar Eclipse Public License - v 2.0
org.checkerframework checker-qual 3.41.0 jar The MIT License
org.hamcrest hamcrest 2.2 jar BSD License 3
org.hamcrest hamcrest-core 2.2 jar BSD License 3
org.opentest4j opentest4j 1.3.0 jar The Apache License, Version 2.0
org.rnorth.duct-tape duct-tape 1.0.8 jar MIT
org.testcontainers database-commons 1.19.3 jar MIT
org.testcontainers jdbc 1.19.3 jar MIT

Abhängigkeitsgraph

Abhängigkeitsbaum

Lizenzen

Eclipse Public License 2.0: OVal

Eclipse Public License 1.0: JUnit

HSQLDB License, a BSD open source license: HyperSQL Database

The Apache License, Version 2.0: Kotlin Stdlib, io.github.netmikey.logunit:logunit-core, io.github.netmikey.logunit:logunit-log4j2, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

BSD License 3: Hamcrest, Hamcrest Core

MIT License: 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 Vintage Engine

BSD: StAX Utilities Project

Apache License 2.0: Bean Validation API

LGPL-2.1-or-later: Java Native Access

The MIT License: Checker Qual

Apache-2.0: Apache Commons CLI, Apache Commons Compress, Apache Commons IO, Apache Commons Lang, Apache Commons Text, Apache Log4j API, Apache Log4j Core, Java Native Access

Apache License, Version 2.0: Apache HttpClient, Apache HttpClient Fluent, Apache HttpComponents Core HTTP/1.1, Apache HttpComponents Core HTTP/2, JSR 354 (Money and Currency API)

MIT: Duct Tape, Testcontainers :: Database-Commons, Testcontainers :: JDBC, Testcontainers :: JDBC :: PostgreSQL, Testcontainers Core

Eclipse Public License - v 2.0: AspectJ Runtime

The Apache Software License, Version 2.0: GDV.XPort-Lib, Jackson-annotations, Jackson-core, JetBrains Java Annotations, clazzfish-jdbc, clazzfish-monitor, docker-java-api, docker-java-transport, docker-java-transport-zerodep, jFachwert, jackson-databind, patterntesting-rt

Details zu den Abhängigkeiten

Dateiname Größe Einträge Klassen Pakete Java-Version Debug-Informationen Versiegelt
docker-java-api-3.3.4.jar 471 kB 401 386 5 1.8 Ja Nein
docker-java-transport-3.3.4.jar 37,6 kB 45 34 1 1.8 Ja Nein
docker-java-transport-zerodep-3.3.4.jar 2 MB 1412 1182 63 1.8 Ja Nein
commons-cli-1.6.0.jar 59,5 kB 46 31 2 - Ja Nein
commons-io-2.15.1.jar 501,2 kB 368 339 16 - Ja Nein
clazzfish-jdbc-1.1.jar 53,8 kB 29 18 3 - Ja Nein
clazzfish-monitor-1.1.jar 99,8 kB 50 33 7 - Ja Nein
jfachwert-5.2.0.jar 440,7 kB 260 226 15 1.8 Ja Nein
logunit-core-2.0.0.jar 7,5 kB 13 5 2 1.8 Ja Nein
logunit-log4j2-2.0.0.jar 7,5 kB 13 4 1 1.8 Ja Nein
money-api-1.1.jar 84,8 kB 81 69 5 - Ja Nein
validation-api-2.0.1.Final.jar 93,1 kB 163 143 9 1.8 Ja Nein
junit-4.13.2.jar 384,6 kB 389 350 32 1.5 Ja Nein
jna-5.13.0.jar 1,9 MB 188 125 4 1.6 Ja Nein
stax-utils-20070216.jar 128,6 kB 90 82 5 1.3 Ja Nein
oval-3.2.1.jar 433,4 kB 357 301 23 1.8 Ja Nein
commons-compress-1.24.0.jar 1,1 MB 617 563 37 - Ja Nein
commons-lang3-3.14.0.jar 658 kB 436 404 19 - Ja Nein
commons-text-1.11.0.jar 246,7 kB 180 158 9 - Ja Nein
httpclient5-5.3.1.jar 861,7 kB 544 501 26 1.8 Ja Nein
httpclient5-fluent-5.3.1.jar 25 kB 26 10 1 1.8 Ja Nein
httpcore5-5.2.4.jar 855 kB 679 634 30 1.8 Ja Nein
httpcore5-h2-5.2.4.jar 237,1 kB 177 149 14 1.8 Ja Nein
log4j-api-2.22.1.jar 335 kB 239 204 9 - Ja Nein
log4j-core-2.22.1.jar 1,9 MB 1308 1204 55 - Ja Nein
apiguardian-api-1.1.2.jar 6,8 kB 9 3 2 - Ja Nein
aspectjrt-1.9.21.jar 127,3 kB 150 131 11 1.8 Ja Nein
checker-qual-3.41.0.jar 229 kB 434 366 30 1.8 Ja Nein
hamcrest-2.2.jar 123,4 kB 122 108 11 1.7 Ja Nein
hamcrest-core-2.2.jar 1,5 kB 8 1 1 1.7 Ja Nein
hsqldb-2.7.2.jar 1,6 MB 742 678 23 - Nein Ja
annotations-17.0.0.jar 19 kB 47 39 2 1.8 Ja Nein
kotlin-stdlib-1.9.22.jar 1,7 MB 1038 979 44 - Ja Nein
junit-jupiter-5.10.1.jar 6,4 kB 5 1 1 - Nein Nein
junit-jupiter-api-5.10.1.jar 211 kB 197 182 8 - Ja Nein
junit-jupiter-engine-5.10.1.jar 244,7 kB 147 130 9 - Ja Nein
junit-jupiter-params-5.10.1.jar 586 kB 381 347 22 - Ja Nein
junit-platform-commons-1.10.1.jar 106,3 kB 64 44 7 - Ja Nein
junit-platform-engine-1.10.1.jar 204,8 kB 153 136 10 - Ja Nein
junit-vintage-engine-5.10.1.jar 67,5 kB 49 35 6 - Ja Nein
opentest4j-1.3.0.jar 14,3 kB 15 9 2 - Ja Nein
patterntesting-rt-2.3.0.jar 319 kB 222 181 20 - Ja Nein
postgresql-42.7.1.jar 1,1 MB 549 482 44 1.8 Ja Nein
duct-tape-1.0.8.jar 25,4 kB 37 22 6 1.8 Ja Nein
slf4j-api-2.0.11.jar 67,8 kB 70 55 5 - Ja Nein
database-commons-1.19.3.jar 14,7 kB 19 12 3 1.8 Ja Nein
jdbc-1.19.3.jar 29,2 kB 21 12 3 1.8 Ja Nein
postgresql-1.19.3.jar 9,7 kB 14 6 1 1.8 Ja Nein
testcontainers-1.19.3.jar 17,7 MB 12219 10461 456 - Ja Nein
jackson-annotations-2.16.1.jar 78,5 kB 87 74 2 - Ja Nein
jackson-core-2.16.1.jar 578,1 kB 269 208 15 - Ja Nein
jackson-databind-2.16.1.jar 1,6 MB 818 779 24 - Ja Nein
Gesamt Größe Einträge Klassen Pakete Java-Version Debug-Informationen Versiegelt
52 39,8 MB 25997 22636 1161 1.8 50 1
compile: 22 compile: 12,6 MB compile: 8025 compile: 7267 compile: 353 - compile: 21 compile: 1
test: 30 test: 27,2 MB test: 17972 test: 15369 test: 808 - test: 29 -