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.fasterxml.jackson.core | jackson-databind | 2.19.2 | jar | The Apache Software License, Version 2.0 |
| com.google.protobuf | protobuf-java-util | 3.25.8 | jar | BSD-3-Clause |
| com.radixiot.mango | mango-protobuf | 5.6.1 | jar | Mango License |
| com.zaxxer | HikariCP | 7.0.2 | jar | The Apache Software License, Version 2.0 |
| dev.cel | cel | 0.9.1-proto3 | jar | Apache License, Version 2.0 |
| io.grpc | grpc-stub | 1.76.0 | jar | Apache 2.0 |
| org.flywaydb | flyway-database-postgresql | 11.14.1 | jar | Apache License, Version 2.0 |
| org.jooq | jooq | 3.19.27 | jar | Apache License, Version 2.0 |
| org.jspecify | jspecify | 1.0.0 | jar | The Apache License, Version 2.0 |
| org.postgresql | postgresql | 42.7.8 | jar | BSD-2-Clause |
| org.slf4j | slf4j-api | 2.0.17 | jar | MIT |
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 |
|---|---|---|---|---|
| org.assertj | assertj-core | 3.27.6 | jar | Apache-2.0 |
| org.junit.jupiter | junit-jupiter | 5.14.0 | jar | Eclipse Public License v2.0 |
| org.slf4j | slf4j-simple | 2.0.17 | jar | MIT |
| org.testcontainers | testcontainers-postgresql | 2.0.2 | jar | MIT |
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 | Optional |
|---|---|---|---|---|---|
| jakarta.xml.bind | jakarta.xml.bind-api | 4.0.2 | jar | Eclipse Distribution License - v 1.0 | Yes |
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.fasterxml.jackson.core | jackson-annotations | 2.19.2 | jar | The Apache Software License, Version 2.0 |
| com.fasterxml.jackson.core | jackson-core | 2.19.2 | jar | The Apache Software License, Version 2.0 |
| com.google.auto.value | auto-value-annotations | 1.11.0 | jar | Apache 2.0 |
| com.google.code.findbugs | annotations | 3.0.1 | jar | GNU Lesser Public License |
| com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
| com.google.code.gson | gson | 2.13.2 | jar | Apache-2.0 |
| com.google.errorprone | error_prone_annotations | 2.42.0 | jar | Apache 2.0 |
| com.google.guava | failureaccess | 1.0.3 | jar | Apache License, Version 2.0 |
| com.google.guava | guava | 33.5.0-jre | jar | Apache License, Version 2.0 |
| com.google.guava | listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | jar | The Apache Software License, Version 2.0 |
| com.google.j2objc | j2objc-annotations | 3.1 | jar | Apache License, Version 2.0 |
| com.google.protobuf | protobuf-java | 3.25.8 | jar | BSD-3-Clause |
| com.google.re2j | re2j | 1.8 | jar | Go License |
| io.grpc | grpc-api | 1.76.0 | jar | Apache 2.0 |
| io.r2dbc | r2dbc-spi | 1.0.0.RELEASE | jar | Apache License 2.0 |
| net.jcip | jcip-annotations | 1.0 | jar | - |
| org.antlr | antlr4-runtime | 4.13.2 | jar | BSD-3-Clause |
| org.codehaus.mojo | animal-sniffer-annotations | 1.24 | jar | MIT license |
| org.flywaydb | flyway-core | 11.14.1 | jar | Apache License, Version 2.0 |
| org.reactivestreams | reactive-streams | 1.0.4 | jar | MIT-0 |
| org.threeten | threeten-extra | 1.8.0 | jar | BSD 3-clause |
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 |
|---|---|---|---|---|
| org.checkerframework | checker-qual | 3.51.1 | jar | The 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:
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 | Optional |
|---|---|---|---|---|---|
| jakarta.activation | jakarta.activation-api | 2.1.3 | jar | EDL 1.0 | Yes |
Project Dependency Graph
Dependency Tree
- com.radixiot.assetdb:asset-database:jar:5.6.1
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.jooq:jooq:jar:3.19.27 (compile)
- io.r2dbc:r2dbc-spi:jar:1.0.0.RELEASE (compile)
- org.reactivestreams:reactive-streams:jar:1.0.4 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.reactivestreams:reactive-streams:jar:1.0.4 (compile)
- io.r2dbc:r2dbc-spi:jar:1.0.0.RELEASE (compile)
- org.postgresql:postgresql:jar:42.7.8 (compile)
- org.checkerframework:checker-qual:jar:3.51.1 (runtime)
![[Information]](./images/icon_info_sml.gif)
- org.checkerframework:checker-qual:jar:3.51.1 (runtime)
- com.radixiot.mango:mango-protobuf:jar:5.6.1 (compile)
- com.google.protobuf:protobuf-java:jar:3.25.8 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.protobuf:protobuf-java:jar:3.25.8 (compile)
- io.grpc:grpc-stub:jar:1.76.0 (compile)
- io.grpc:grpc-api:jar:1.76.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.codehaus.mojo:animal-sniffer-annotations:jar:1.24 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.guava:guava:jar:33.5.0-jre (compile)
- com.google.guava:failureaccess:jar:1.0.3 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.guava:failureaccess:jar:1.0.3 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.42.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- io.grpc:grpc-api:jar:1.76.0 (compile)
- com.google.protobuf:protobuf-java-util:jar:3.25.8 (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.code.gson:gson:jar:2.13.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.j2objc:j2objc-annotations:jar:3.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- com.zaxxer:HikariCP:jar:7.0.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.fasterxml.jackson.core:jackson-databind:jar:2.19.2 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.19.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.fasterxml.jackson.core:jackson-core:jar:2.19.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.19.2 (compile)
- org.jspecify:jspecify:jar:1.0.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- dev.cel:cel:jar:0.9.1-proto3 (compile)
- com.google.auto.value:auto-value-annotations:jar:1.11.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.code.findbugs:annotations:jar:3.0.1 (compile)
- net.jcip:jcip-annotations:jar:1.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- net.jcip:jcip-annotations:jar:1.0 (compile)
- com.google.re2j:re2j:jar:1.8 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.antlr:antlr4-runtime:jar:4.13.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.threeten:threeten-extra:jar:1.8.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.auto.value:auto-value-annotations:jar:1.11.0 (compile)
- org.flywaydb:flyway-database-postgresql:jar:11.14.1 (compile)
- org.flywaydb:flyway-core:jar:11.14.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.flywaydb:flyway-core:jar:11.14.1 (compile)
- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2 (provided)
- jakarta.activation:jakarta.activation-api:jar:2.1.3 (provided)
![[Information]](./images/icon_info_sml.gif)
- jakarta.activation:jakarta.activation-api:jar:2.1.3 (provided)
- org.junit.jupiter:junit-jupiter:jar:5.14.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.14.0 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-commons:jar:1.14.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.14.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-engine:jar:5.14.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.14.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-engine:jar:1.14.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.14.0 (test)
- org.assertj:assertj-core:jar:3.27.6 (test)
- net.bytebuddy:byte-buddy:jar:1.17.7 (test)
![[Information]](./images/icon_info_sml.gif)
- net.bytebuddy:byte-buddy:jar:1.17.7 (test)
- org.slf4j:slf4j-simple:jar:2.0.17 (test)
![[Information]](./images/icon_info_sml.gif)
- org.testcontainers:testcontainers-postgresql:jar:2.0.2 (test)
- org.testcontainers:testcontainers-jdbc:jar:2.0.2 (test)
- org.testcontainers:testcontainers-database-commons:jar:2.0.2 (test)
- org.testcontainers:testcontainers:jar:2.0.2 (test)
- org.apache.commons:commons-compress:jar:1.28.0 (test)
- commons-codec:commons-codec:jar:1.19.0 (test)
![[Information]](./images/icon_info_sml.gif)
- commons-io:commons-io:jar:2.20.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apache.commons:commons-lang3:jar:3.19.0 (test)
![[Information]](./images/icon_info_sml.gif)
- commons-codec:commons-codec:jar:1.19.0 (test)
- org.rnorth.duct-tape:duct-tape:jar:1.0.8 (test)
- org.jetbrains:annotations:jar:26.0.2-1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.jetbrains:annotations:jar:26.0.2-1 (test)
- com.github.docker-java:docker-java-api:jar:3.7.0 (test)
![[Information]](./images/icon_info_sml.gif)
- com.github.docker-java:docker-java-transport-zerodep:jar:3.7.0 (test)
- com.github.docker-java:docker-java-transport:jar:3.7.0 (test)
![[Information]](./images/icon_info_sml.gif)
- net.java.dev.jna:jna:jar:5.18.1 (test)
![[Information]](./images/icon_info_sml.gif)
- com.github.docker-java:docker-java-transport:jar:3.7.0 (test)
- org.apache.commons:commons-compress:jar:1.28.0 (test)
- org.testcontainers:testcontainers:jar:2.0.2 (test)
- org.testcontainers:testcontainers-database-commons:jar:2.0.2 (test)
- org.testcontainers:testcontainers-jdbc:jar:2.0.2 (test)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
Licenses
MIT-0: reactive-streams
Apache 2.0: AutoValue Annotations, error-prone annotations, io.grpc:grpc-api, io.grpc:grpc-stub
The Apache License, Version 2.0: JSpecify annotations, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Mango License: asset-database, mango-protobuf
BSD-2-Clause: PostgreSQL JDBC Driver
BSD-3-Clause: ANTLR 4 Runtime, Protocol Buffers [Core], Protocol Buffers [Util]
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
GNU Lesser Public License: FindBugs-Annotations
Go License: RE2/J
BSD 3-clause: ThreeTen-Extra
Unknown: "Java Concurrency in Practice" book annotations
Apache License 2.0: Reactive Relational Database Connectivity - SPI
EDL 1.0: Jakarta Activation API
LGPL-2.1-or-later: Java Native Access
The MIT License: Checker Qual
Apache License, Version 2.0: Byte Buddy (without dependencies), CEL Java, Guava InternalFutureFailureAccess and InternalFutures, Guava: Google Core Libraries for Java, J2ObjC Annotations, flyway-core, flyway-database-postgresql, jOOQ
Apache-2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons IO, Apache Commons Lang, AssertJ Core, Gson, Java Native Access
MIT: Duct Tape, SLF4J API Module, SLF4J Simple Provider, Testcontainers :: Database-Commons, Testcontainers :: JDBC, Testcontainers :: JDBC :: PostgreSQL, Testcontainers Core
Eclipse Distribution License - v 1.0: Jakarta XML Binding API
MIT license: Animal Sniffer Annotations
The Apache Software License, Version 2.0: FindBugs-jsr305, Guava ListenableFuture only, HikariCP, Jackson-annotations, Jackson-core, JetBrains Java Annotations, docker-java-api, docker-java-transport, docker-java-transport-zerodep, jackson-databind
Dependency File Details
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
|---|---|---|---|---|---|---|
| jackson-annotations-2.19.2.jar | 79.3 kB | 87 | 74 | 2 | 1.6 | Yes |
| jackson-core-2.19.2.jar | 591.4 kB | 282 | - | - | - | - |
| • Root | - | 246 | 211 | 14 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| • Versioned | - | 12 | 3 | 1 | 11 | Yes |
| • Versioned | - | 11 | 2 | 1 | 17 | Yes |
| • Versioned | - | 11 | 2 | 1 | 21 | Yes |
| jackson-databind-2.19.2.jar | 1.7 MB | 847 | - | - | - | - |
| • Root | - | 845 | 807 | 23 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| docker-java-api-3.7.0.jar | 495.4 kB | 404 | 389 | 5 | 1.8 | Yes |
| docker-java-transport-3.7.0.jar | 38.8 kB | 45 | 34 | 1 | 1.8 | Yes |
| docker-java-transport-zerodep-3.7.0.jar | 2.3 MB | 1475 | 1362 | 74 | 1.8 | Yes |
| auto-value-annotations-1.11.0.jar | 7.5 kB | 24 | 9 | 4 | 1.8 | No |
| annotations-3.0.1.jar | 38.8 kB | 82 | 60 | 6 | 1.5 | Yes |
| jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
| gson-2.13.2.jar | 289.9 kB | 226 | - | - | - | - |
| • Root | - | 224 | 203 | 9 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| error_prone_annotations-2.42.0.jar | 20.4 kB | 49 | - | - | - | - |
| • Root | - | 42 | 29 | 2 | 1.8 | Yes |
| • Versioned | - | 7 | 1 | 1 | 9 | No |
| failureaccess-1.0.3.jar | 10.8 kB | 25 | - | - | - | - |
| • Root | - | 17 | 2 | 1 | 1.8 | Yes |
| • Versioned | - | 8 | 1 | 1 | 9 | No |
| guava-33.5.0-jre.jar | 3 MB | 2002 | - | - | - | - |
| • Root | - | 2000 | 1961 | 18 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | - |
| j2objc-annotations-3.1.jar | 16.8 kB | 38 | - | - | - | - |
| • Root | - | 36 | 24 | 1 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| protobuf-java-3.25.8.jar | 1.9 MB | 754 | 735 | 2 | 1.8 | Yes |
| protobuf-java-util-3.25.8.jar | 73.1 kB | 50 | 44 | 1 | 1.8 | Yes |
| re2j-1.8.jar | 114.3 kB | 52 | 47 | 1 | 1.6 | Yes |
| mango-protobuf-5.6.1.jar | 1.9 MB | 898 | 858 | 2 | 17 | Yes |
| HikariCP-7.0.2.jar | 172.3 kB | 98 | 81 | 9 | 11 | Yes |
| commons-codec-1.19.0.jar | 374.7 kB | 263 | - | - | - | - |
| • Root | - | 262 | 115 | 7 | 1.8 | Yes |
| • Versioned | - | 1 | 1 | 1 | 9 | No |
| commons-io-2.20.0.jar | 564 kB | 415 | - | - | - | - |
| • Root | - | 414 | 387 | 15 | 1.8 | Yes |
| • Versioned | - | 1 | 1 | 1 | 9 | No |
| cel-0.9.1-proto3.jar | 1.7 MB | 884 | 859 | 19 | 1.8 | Yes |
| grpc-api-1.76.0.jar | 324.4 kB | 319 | 315 | 1 | 1.8 | Yes |
| grpc-stub-1.76.0.jar | 62 kB | 59 | 53 | 2 | 1.8 | Yes |
| r2dbc-spi-1.0.0.RELEASE.jar | 67.6 kB | 85 | 72 | 1 | 1.8 | Yes |
| byte-buddy-1.17.7.jar | 9 MB | 6066 | - | - | - | - |
| • Root | - | 3023 | 2970 | 38 | 1.5 | Yes |
| • Versioned | - | 3013 | 2971 | 39 | 1.8 | Yes |
| • Versioned | - | 30 | 25 | 1 | 24 | Yes |
| jna-5.18.1.jar | 2 MB | 191 | 124 | 4 | 1.8 | Yes |
| jcip-annotations-1.0.jar | 2.3 kB | 9 | 4 | 1 | 1.5 | No |
| antlr4-runtime-4.13.2.jar | 326.3 kB | 232 | 215 | 7 | 1.8 | Yes |
| commons-compress-1.28.0.jar | 1.1 MB | 642 | - | - | - | - |
| • Root | - | 641 | 589 | 36 | 1.8 | Yes |
| • Versioned | - | 1 | 1 | 1 | 9 | No |
| commons-lang3-3.19.0.jar | 709.1 kB | 451 | - | - | - | - |
| • Root | - | 449 | 418 | 18 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
| assertj-core-3.27.6.jar | 1.4 MB | 887 | - | - | - | - |
| • Root | - | 883 | 842 | 29 | 1.8 | Yes |
| • Versioned | - | 4 | 1 | 1 | 9 | No |
| checker-qual-3.51.1.jar | 241.6 kB | 459 | 386 | 33 | 1.8 | Yes |
| animal-sniffer-annotations-1.24.jar | 3.1 kB | 12 | 1 | 1 | 1.8 | No |
| flyway-core-11.14.1.jar | 737.7 kB | 519 | 439 | 66 | 17 | Yes |
| flyway-database-postgresql-11.14.1.jar | 47.9 kB | 33 | 19 | 2 | 17 | Yes |
| annotations-26.0.2-1.jar | 31.2 kB | 72 | - | - | - | - |
| • Root | - | 70 | 60 | 2 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| jooq-3.19.27.jar | 4.9 MB | 2921 | 2874 | 28 | 17 | Yes |
| jspecify-1.0.0.jar | 3.8 kB | 14 | - | - | - | - |
| • Root | - | 10 | 4 | 1 | 1.8 | No |
| • Versioned | - | 4 | 1 | 1 | 9 | No |
| junit-jupiter-5.14.0.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
| junit-jupiter-api-5.14.0.jar | 242.4 kB | 217 | 202 | 8 | 1.8 | Yes |
| junit-jupiter-engine-5.14.0.jar | 341 kB | 178 | 161 | 9 | 1.8 | Yes |
| junit-jupiter-params-5.14.0.jar | 661.7 kB | 432 | 398 | 22 | 1.8 | Yes |
| junit-platform-commons-1.14.0.jar | 164.3 kB | 105 | - | - | - | - |
| • Root | - | 94 | 78 | 10 | 1.8 | Yes |
| • Versioned | - | 11 | 5 | 1 | 9 | Yes |
| junit-platform-engine-1.14.0.jar | 271.6 kB | 191 | 172 | 10 | 1.8 | Yes |
| opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
| postgresql-42.7.8.jar | 1.1 MB | 539 | 476 | 38 | 1.8 | Yes |
| reactive-streams-1.0.4.jar | 11.6 kB | 17 | 13 | 1 | 1.6 | Yes |
| duct-tape-1.0.8.jar | 25.4 kB | 37 | 22 | 6 | 1.8 | Yes |
| slf4j-api-2.0.17.jar | 69.9 kB | 71 | - | - | - | - |
| • Root | - | 69 | 55 | 4 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| slf4j-simple-2.0.17.jar | 15.7 kB | 22 | - | - | - | - |
| • Root | - | 20 | 6 | 1 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| testcontainers-2.0.2.jar | 17.8 MB | 12561 | 10634 | 451 | 22 | Yes |
| testcontainers-database-commons-2.0.2.jar | 15 kB | 19 | 12 | 3 | 1.8 | Yes |
| testcontainers-jdbc-2.0.2.jar | 30.1 kB | 21 | 12 | 3 | 1.8 | Yes |
| testcontainers-postgresql-2.0.2.jar | 14.9 kB | 18 | 9 | 2 | 1.8 | Yes |
| threeten-extra-1.8.0.jar | 280.5 kB | 150 | 112 | 4 | 1.8 | Yes |
| jakarta.activation-api-2.1.3.jar | 66.5 kB | 60 | 46 | 3 | 1.8 | Yes |
| jakarta.xml.bind-api-4.0.2.jar | 131 kB | 138 | 115 | 7 | 11 | Yes |
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
| 60 | 57.6 MB | 36829 | 30247 | 1076 | 22 | 54 |
| compile: 32 | compile: 19.5 MB | compile: 11431 | compile: 10691 | compile: 274 | 17 | compile: 27 |
| runtime: 1 | runtime: 241.6 kB | runtime: 459 | runtime: 386 | runtime: 33 | runtime: 1 | |
| provided: 2 | provided: 197.5 kB | provided: 198 | provided: 161 | provided: 10 | provided: 2 | |
| test: 25 | test: 37.6 MB | test: 24741 | test: 19009 | test: 759 | 22 | test: 24 |
