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 | Classifier | Type | Licenses |
|---|---|---|---|---|---|
| com.kohlschutter.junixsocket | junixsocket-core | 2.11.0 | - | pom | Apache License, Version 2.0 |
| com.kohlschutter.junixsocket | junixsocket-demo | 2.11.0 | - | jar | Apache License, Version 2.0 |
| com.kohlschutter.junixsocket | junixsocket-jetty | 2.11.0 | - | jar | Apache License, Version 2.0 |
| com.kohlschutter.junixsocket | junixsocket-mysql | 2.11.0 | - | jar | Apache License, Version 2.0 |
| com.kohlschutter.junixsocket | junixsocket-rmi | 2.11.0 | - | jar | Apache License, Version 2.0 |
| com.kohlschutter.junixsocket | junixsocket-selftest | 2.11.0 | jar-with-dependencies | jar | Apache License, Version 2.0 |
| com.kohlschutter.junixsocket | junixsocket-tipc | 2.11.0 | - | 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 |
|---|---|---|---|---|
| com.kohlschutter | kohlschutter-test-util | 1.8.7 | jar | Apache License, Version 2.0 |
| com.kohlschutter | kohlschutter-util | 1.8.7 | 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.kohlschutter | compiler-annotations | 1.8.7 | jar | Apache License, Version 2.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:
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Licenses |
|---|---|---|---|---|---|
| io.netty | netty-resolver-dns-native-macos | 4.1.115.Final | osx-aarch_64 | jar | Apache License, Version 2.0 |
| io.netty | netty-resolver-dns-native-macos | 4.1.115.Final | osx-x86_64 | jar | Apache License, Version 2.0 |
| io.netty | netty-transport-native-epoll | 4.1.115.Final | linux-aarch_64 | jar | Apache License, Version 2.0 |
| io.netty | netty-transport-native-epoll | 4.1.115.Final | linux-riscv64 | jar | Apache License, Version 2.0 |
| io.netty | netty-transport-native-epoll | 4.1.115.Final | linux-x86_64 | jar | Apache License, Version 2.0 |
| io.netty | netty-transport-native-kqueue | 4.1.115.Final | osx-aarch_64 | jar | Apache License, Version 2.0 |
| io.netty | netty-transport-native-kqueue | 4.1.115.Final | osx-x86_64 | jar | Apache License, Version 2.0 |
| org.opentest4j.reporting | open-test-reporting-tooling-spi | 0.2.3 | - | jar | The 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 |
|---|---|---|---|---|
| org.junit.jupiter | junit-jupiter | 5.14.4 | jar | Eclipse Public License v2.0 |
| org.junit.jupiter | junit-jupiter-params | 5.14.4 | jar | Eclipse Public License v2.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.google.errorprone | error_prone_annotations | 2.50.0 | jar | Apache 2.0 |
Project Dependency Graph
Dependency Tree
- com.kohlschutter.junixsocket:junixsocket-dist:pom:2.11.0
- com.kohlschutter.junixsocket:junixsocket-core:pom:2.11.0 (compile)
- com.kohlschutter.junixsocket:junixsocket-native-common:jar:2.11.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.kohlschutter.junixsocket:junixsocket-common:jar:2.11.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.kohlschutter.junixsocket:junixsocket-native-common:jar:2.11.0 (compile)
- com.kohlschutter.junixsocket:junixsocket-rmi:jar:2.11.0 (compile)
- com.kohlschutter.junixsocket:junixsocket-server:jar:2.11.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.kohlschutter.junixsocket:junixsocket-server:jar:2.11.0 (compile)
- com.kohlschutter.junixsocket:junixsocket-mysql:jar:2.11.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.kohlschutter.junixsocket:junixsocket-demo:jar:2.11.0 (compile)
- com.kohlschutter.junixsocket:junixsocket-ssl:jar:2.11.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.mysql:mysql-connector-j:jar:9.7.0 (compile)
- com.google.protobuf:protobuf-java:jar:4.31.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.protobuf:protobuf-java:jar:4.31.1 (compile)
- org.eclipse.jdt:org.eclipse.jdt.annotation:jar:2.4.100 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.nanohttpd:nanohttpd:jar:2.3.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.squareup.okhttp3:okhttp:jar:4.12.0 (compile)
- com.squareup.okio:okio:jar:3.6.0 (compile)
- com.squareup.okio:okio-jvm:jar:3.6.0 (compile)
- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.9.10 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.9.10 (compile)
- com.squareup.okio:okio-jvm:jar:3.6.0 (compile)
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.8.21 (compile)
- org.jetbrains.kotlin:kotlin-stdlib:jar:1.8.21 (compile)
- org.jetbrains:annotations:jar:13.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.jetbrains:annotations:jar:13.0 (compile)
- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.8.21 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.jetbrains.kotlin:kotlin-stdlib:jar:1.8.21 (compile)
- com.squareup.okio:okio:jar:3.6.0 (compile)
- org.apache.mina:mina-core:jar:2.2.9 (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-all:jar:4.1.115.Final (compile)
- io.netty:netty-buffer:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-codec:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-codec-dns:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-codec-haproxy:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-codec-http:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-codec-http2:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-codec-memcache:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-codec-mqtt:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-codec-redis:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-codec-smtp:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-codec-socks:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-codec-stomp:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-codec-xml:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-common:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-handler:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-transport-native-unix-common:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-handler-proxy:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-handler-ssl-ocsp:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-resolver:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-resolver-dns:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-transport:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-transport-rxtx:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-transport-sctp:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-transport-udt:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-transport-classes-epoll:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-transport-classes-kqueue:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-resolver-dns-classes-macos:jar:4.1.115.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.115.Final (runtime)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-transport-native-epoll:jar:linux-aarch_64:4.1.115.Final (runtime)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-transport-native-epoll:jar:linux-riscv64:4.1.115.Final (runtime)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.115.Final (runtime)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-transport-native-kqueue:jar:osx-aarch_64:4.1.115.Final (runtime)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.115.Final (runtime)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-resolver-dns-native-macos:jar:osx-aarch_64:4.1.115.Final (runtime)
![[Information]](./images/icon_info_sml.gif)
- io.netty:netty-buffer:jar:4.1.115.Final (compile)
- org.slf4j:slf4j-simple:jar:2.0.18 (compile)
- org.slf4j:slf4j-api:jar:2.0.18 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:slf4j-api:jar:2.0.18 (compile)
- com.kohlschutter.junixsocket:junixsocket-ssl:jar:2.11.0 (compile)
- com.kohlschutter.junixsocket:junixsocket-tipc:jar:2.11.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.kohlschutter.junixsocket:junixsocket-jetty:jar:2.11.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.kohlschutter.junixsocket:junixsocket-selftest:jar:jar-with-dependencies:2.11.0 (compile)
- com.kohlschutter.junixsocket:junixsocket-vsock:jar:2.11.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.kohlschutter.junixsocket:junixsocket-darwin:jar:2.11.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.kohlschutter.junixsocket:junixsocket-memory:jar:2.11.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-console:jar:1.14.4 (compile)
- org.junit.platform:junit-platform-reporting:jar:1.14.4 (compile)
- org.junit.platform:junit-platform-launcher:jar:1.14.4 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.opentest4j.reporting:open-test-reporting-tooling-spi:jar:0.2.3 (runtime)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-launcher:jar:1.14.4 (compile)
- org.apiguardian:apiguardian-api:jar:1.1.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-reporting:jar:1.14.4 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:5.14.4 (compile)
- org.opentest4j:opentest4j:jar:1.3.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-commons:jar:1.14.4 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.opentest4j:opentest4j:jar:1.3.0 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.14.4 (compile)
- org.junit.platform:junit-platform-engine:jar:1.14.4 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-engine:jar:1.14.4 (compile)
- com.kohlschutter.junixsocket:junixsocket-vsock:jar:2.11.0 (compile)
- com.kohlschutter:kohlschutter-test-util:jar:1.8.7 (test)
- org.junit.jupiter:junit-jupiter:jar:5.14.4 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.14.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-params:jar:5.14.4 (test)
- org.junit.jupiter:junit-jupiter:jar:5.14.4 (test)
- com.kohlschutter:kohlschutter-util:jar:1.8.7 (test)
![[Information]](./images/icon_info_sml.gif)
- com.kohlschutter:compiler-annotations:jar:1.8.7 (provided)
- com.google.errorprone:error_prone_annotations:jar:2.50.0 (provided)
![[Information]](./images/icon_info_sml.gif)
- com.google.errorprone:error_prone_annotations:jar:2.50.0 (provided)
- com.kohlschutter.junixsocket:junixsocket-core:pom:2.11.0 (compile)
Licenses
The BSD 3-Clause License: NanoHttpd-Core
The Apache License, Version 2.0: Kotlin Stdlib, Kotlin Stdlib Common, Kotlin Stdlib Jdk7, Kotlin Stdlib Jdk8, open-test-reporting-tooling-spi, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: error-prone annotations
BSD-3-Clause: Protocol Buffers [Core]
Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Handler/Ssl/Ocsp, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT, compiler-annotations, junixsocket-common, junixsocket-core, junixsocket-darwin, junixsocket-demo, junixsocket-dist, junixsocket-jetty, junixsocket-memory, junixsocket-mysql, junixsocket-native-common, junixsocket-rmi, junixsocket-selftest, junixsocket-server, junixsocket-ssl, junixsocket-tipc, junixsocket-vsock, kohlschutter-test-util, kohlschutter-util
Apache 2.0 License: Apache MINA Core
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Console, JUnit Platform Engine API, JUnit Platform Launcher, JUnit Platform Reporting
MIT: SLF4J API Module, SLF4J Simple Provider
The GNU General Public License, v2 with Universal FOSS Exception, v1.0: MySQL Connector/J
EPL-2.0: JDT Annotations for Enhanced Null Analysis
The Apache Software License, Version 2.0: IntelliJ IDEA Annotations, okhttp, okio
Dependency File Details
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
|---|---|---|---|---|---|---|
| error_prone_annotations-2.50.0.jar | 20.3 kB | 49 | - | - | - | - |
| • Root | - | 42 | 29 | 2 | 1.8 | Yes |
| • Versioned | - | 7 | 1 | 1 | 9 | No |
| protobuf-java-4.31.1.jar | 1.9 MB | 776 | 756 | 2 | 1.8 | Yes |
| compiler-annotations-1.8.7.jar | 8.4 kB | 27 | - | - | - | - |
| • Root | - | 17 | 4 | 1 | 1.8 | No |
| • Versioned | - | 10 | 5 | 2 | 9 | No |
| kohlschutter-test-util-1.8.7.jar | 77.7 kB | 80 | - | - | - | - |
| • Root | - | 46 | 29 | 1 | 1.8 | Yes |
| • Versioned | - | 34 | 30 | 2 | 9 | Yes |
| kohlschutter-util-1.8.7.jar | 54.7 kB | 57 | - | - | - | - |
| • Root | - | 32 | 20 | 1 | 1.8 | Yes |
| • Versioned | - | 25 | 21 | 2 | 9 | Yes |
| junixsocket-common-2.11.0.jar | 2.5 MB | 1692 | - | - | - | - |
| • Root | - | 388 | 367 | 2 | 1.7 | Yes |
| • Versioned | - | 219 | 213 | 3 | 9 | Yes |
| • Versioned | - | 217 | 211 | 3 | 14 | Yes |
| • Versioned | - | 217 | 211 | 3 | 15 | Yes |
| • Versioned | - | 217 | 211 | 3 | 16 | Yes |
| • Versioned | - | 217 | 211 | 3 | 20 | Yes |
| • Versioned | - | 217 | 211 | 3 | 21 | Yes |
| pom.xml | 1.5 kB | - | - | - | - | - |
| junixsocket-darwin-2.11.0.jar | 69.1 kB | 88 | - | - | - | - |
| • Root | - | 34 | 19 | 2 | 1.8 | Yes |
| • Versioned | - | 27 | 20 | 3 | 9 | Yes |
| • Versioned | - | 27 | 20 | 3 | 21 | Yes |
| junixsocket-demo-2.11.0.jar | 245.7 kB | 222 | - | - | - | - |
| • Root | - | 83 | 50 | 13 | 1.8 | Yes |
| • Versioned | - | 70 | 51 | 14 | 9 | Yes |
| • Versioned | - | 69 | 50 | 14 | 21 | Yes |
| junixsocket-jetty-2.11.0.jar | 49.4 kB | 55 | - | - | - | - |
| • Root | - | 24 | 10 | 1 | 1.8 | Yes |
| • Versioned | - | 16 | 10 | 1 | 9 | Yes |
| • Versioned | - | 15 | 9 | 1 | 21 | Yes |
| junixsocket-memory-2.11.0.jar | 25.5 kB | 30 | - | - | - | - |
| • Root | - | 13 | 0 | 0 | - | - |
| • Versioned | - | 17 | 11 | 2 | 22 | Yes |
| junixsocket-mysql-2.11.0.jar | 17.6 kB | 42 | - | - | - | - |
| • Root | - | 22 | 4 | 1 | 1.8 | Yes |
| • Versioned | - | 10 | 5 | 2 | 9 | Yes |
| • Versioned | - | 10 | 5 | 2 | 21 | Yes |
| junixsocket-native-common-2.11.0.jar | 838.4 kB | 138 | - | - | - | - |
| • Root | - | 120 | 2 | 1 | 1.7 | Yes |
| • Versioned | - | 9 | 3 | 2 | 9 | Yes |
| • Versioned | - | 9 | 3 | 2 | 21 | Yes |
| junixsocket-rmi-2.11.0.jar | 182 kB | 149 | - | - | - | - |
| • Root | - | 60 | 38 | 1 | 1.8 | Yes |
| • Versioned | - | 45 | 39 | 2 | 9 | Yes |
| • Versioned | - | 44 | 38 | 2 | 21 | Yes |
| junixsocket-selftest-2.11.0-jar-with-dependencies.jar | 7.4 MB | 4500 | - | - | - | - |
| • Root | - | 1956 | 1632 | 72 | 1.8 | Yes |
| • Versioned | - | 713 | 679 | 22 | 9 | Yes |
| • Versioned | - | 216 | 210 | 2 | 14 | Yes |
| • Versioned | - | 216 | 210 | 2 | 15 | Yes |
| • Versioned | - | 506 | 483 | 16 | 16 | Yes |
| • Versioned | - | 7 | 1 | 1 | 17 | Yes |
| • Versioned | - | 216 | 210 | 2 | 20 | Yes |
| • Versioned | - | 365 | 347 | 12 | 21 | Yes |
| • Versioned | - | 305 | 283 | 15 | 22 | Yes |
| junixsocket-server-2.11.0.jar | 36.8 kB | 43 | - | - | - | - |
| • Root | - | 19 | 5 | 1 | 1.8 | Yes |
| • Versioned | - | 12 | 6 | 2 | 9 | Yes |
| • Versioned | - | 12 | 6 | 2 | 21 | Yes |
| junixsocket-ssl-2.11.0.jar | 96.7 kB | 92 | - | - | - | - |
| • Root | - | 39 | 20 | 1 | 1.8 | Yes |
| • Versioned | - | 27 | 21 | 2 | 9 | Yes |
| • Versioned | - | 26 | 20 | 2 | 21 | Yes |
| junixsocket-tipc-2.11.0.jar | 122.7 kB | 117 | - | - | - | - |
| • Root | - | 47 | 28 | 1 | 1.8 | Yes |
| • Versioned | - | 35 | 29 | 2 | 9 | Yes |
| • Versioned | - | 35 | 29 | 2 | 21 | Yes |
| junixsocket-vsock-2.11.0.jar | 75.8 kB | 96 | - | - | - | - |
| • Root | - | 40 | 21 | 1 | 1.8 | Yes |
| • Versioned | - | 28 | 22 | 2 | 9 | Yes |
| • Versioned | - | 28 | 22 | 2 | 21 | Yes |
| mysql-connector-j-9.7.0.jar | 2.6 MB | 1120 | 1066 | 31 | 1.8 | Yes |
| okhttp-4.12.0.jar | 789.5 kB | 341 | 317 | 17 | 1.8 | Yes |
| okio-3.6.0.jar | 25.7 kB | 49 | 0 | 0 | - | - |
| okio-jvm-3.6.0.jar | 359.6 kB | 112 | 107 | 2 | 1.8 | Yes |
| netty-all-4.1.115.Final.jar | 4.6 kB | 9 | 0 | 0 | - | - |
| netty-buffer-4.1.115.Final.jar | 337.8 kB | 172 | 155 | 2 | 1.6 | Yes |
| netty-codec-4.1.115.Final.jar | 352.9 kB | 248 | 219 | 10 | 1.6 | Yes |
| netty-codec-dns-4.1.115.Final.jar | 67.1 kB | 65 | 45 | 1 | 1.6 | Yes |
| netty-codec-haproxy-4.1.115.Final.jar | 37.8 kB | 39 | 19 | 1 | 1.6 | Yes |
| netty-codec-http-4.1.115.Final.jar | 668.3 kB | 420 | 391 | 9 | 1.6 | Yes |
| netty-codec-http2-4.1.115.Final.jar | 490.4 kB | 302 | 281 | 1 | 1.6 | Yes |
| netty-codec-memcache-4.1.115.Final.jar | 44.7 kB | 59 | 38 | 2 | 1.6 | Yes |
| netty-codec-mqtt-4.1.115.Final.jar | 113.8 kB | 94 | 74 | 1 | 1.6 | Yes |
| netty-codec-redis-4.1.115.Final.jar | 46 kB | 55 | 35 | 1 | 1.6 | Yes |
| netty-codec-smtp-4.1.115.Final.jar | 21.3 kB | 34 | 14 | 1 | 1.6 | Yes |
| netty-codec-socks-4.1.115.Final.jar | 121 kB | 130 | 107 | 4 | 1.6 | Yes |
| netty-codec-stomp-4.1.115.Final.jar | 34.6 kB | 43 | 23 | 1 | 1.6 | Yes |
| netty-codec-xml-4.1.115.Final.jar | 19.8 kB | 36 | 16 | 1 | 1.6 | Yes |
| netty-common-4.1.115.Final.jar | 718.2 kB | 572 | 536 | 13 | 1.6 | Yes |
| netty-handler-4.1.115.Final.jar | 578.4 kB | 395 | 363 | 12 | 1.6 | Yes |
| netty-handler-proxy-4.1.115.Final.jar | 25.6 kB | 31 | 12 | 1 | 1.6 | Yes |
| netty-handler-ssl-ocsp-4.1.115.Final.jar | 26.8 kB | 29 | 15 | 1 | 1.6 | Yes |
| netty-resolver-4.1.115.Final.jar | 37.8 kB | 41 | 29 | 1 | 1.6 | Yes |
| netty-resolver-dns-4.1.115.Final.jar | 188.3 kB | 143 | 123 | 1 | 1.6 | Yes |
| netty-resolver-dns-classes-macos-4.1.115.Final.jar | 9.1 kB | 17 | 3 | 1 | 1.6 | Yes |
| netty-resolver-dns-native-macos-4.1.115.Final-osx-aarch_64.jar | 19.8 kB | 11 | 0 | 0 | - | - |
| netty-resolver-dns-native-macos-4.1.115.Final-osx-x86_64.jar | 19.6 kB | 11 | 0 | 0 | - | - |
| netty-transport-4.1.115.Final.jar | 521.4 kB | 416 | 386 | 12 | 1.6 | Yes |
| netty-transport-classes-epoll-4.1.115.Final.jar | 147.6 kB | 87 | 67 | 1 | 1.6 | Yes |
| netty-transport-classes-kqueue-4.1.115.Final.jar | 108.5 kB | 63 | 50 | 1 | 1.6 | Yes |
| netty-transport-native-epoll-4.1.115.Final-linux-aarch_64.jar | 42.3 kB | 11 | 0 | 0 | - | - |
| netty-transport-native-epoll-4.1.115.Final-linux-riscv64.jar | 36.6 kB | 11 | 0 | 0 | - | - |
| netty-transport-native-epoll-4.1.115.Final-linux-x86_64.jar | 40.6 kB | 11 | 0 | 0 | - | - |
| netty-transport-native-kqueue-4.1.115.Final-osx-aarch_64.jar | 25.7 kB | 11 | 0 | 0 | - | - |
| netty-transport-native-kqueue-4.1.115.Final-osx-x86_64.jar | 25.2 kB | 11 | 0 | 0 | - | - |
| netty-transport-native-unix-common-4.1.115.Final.jar | 44.2 kB | 45 | 32 | 1 | 1.6 | Yes |
| netty-transport-rxtx-4.1.115.Final.jar | 18.2 kB | 24 | 11 | 1 | 1.6 | Yes |
| netty-transport-sctp-4.1.115.Final.jar | 50.8 kB | 53 | 29 | 4 | 1.6 | Yes |
| netty-transport-udt-4.1.115.Final.jar | 32.2 kB | 35 | 21 | 2 | 1.6 | Yes |
| mina-core-2.2.9.jar | 709 kB | 526 | 464 | 48 | 1.8 | Yes |
| apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
| org.eclipse.jdt.annotation-2.4.100.jar | 33.4 kB | 32 | 8 | 1 | 1.8 | Yes |
| annotations-13.0.jar | 17.5 kB | 45 | 32 | 2 | 1.5 | Yes |
| kotlin-stdlib-1.8.21.jar | 1.7 MB | 1008 | - | - | - | - |
| • Root | - | 1006 | 948 | 43 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| kotlin-stdlib-common-1.9.10.jar | 225.1 kB | 386 | 0 | 0 | - | - |
| kotlin-stdlib-jdk7-1.8.21.jar | 1 kB | 5 | - | - | - | - |
| • Root | - | 3 | 0 | 0 | - | - |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| kotlin-stdlib-jdk8-1.8.21.jar | 1 kB | 5 | - | - | - | - |
| • Root | - | 3 | 0 | 0 | - | - |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| junit-jupiter-5.14.4.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
| junit-jupiter-api-5.14.4.jar | 242.5 kB | 217 | 202 | 8 | 1.8 | Yes |
| junit-jupiter-engine-5.14.4.jar | 344 kB | 179 | 162 | 9 | 1.8 | Yes |
| junit-jupiter-params-5.14.4.jar | 663.1 kB | 433 | 399 | 22 | 1.8 | Yes |
| junit-platform-commons-1.14.4.jar | 164.4 kB | 105 | - | - | - | - |
| • Root | - | 94 | 78 | 10 | 1.8 | Yes |
| • Versioned | - | 11 | 5 | 1 | 9 | Yes |
| junit-platform-console-1.14.4.jar | 563.4 kB | 314 | - | - | - | - |
| • Root | - | 307 | 291 | 6 | 9 | Yes |
| • Versioned | - | 7 | 1 | 1 | 17 | Yes |
| junit-platform-engine-1.14.4.jar | 271.7 kB | 191 | 172 | 10 | 1.8 | Yes |
| junit-platform-launcher-1.14.4.jar | 223.2 kB | 144 | 129 | 7 | 1.8 | Yes |
| junit-platform-reporting-1.14.4.jar | 150.8 kB | 118 | 80 | 10 | 1.8 | Yes |
| nanohttpd-2.3.1.jar | 51.2 kB | 43 | 28 | 2 | 1.6 | Yes |
| opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
| open-test-reporting-tooling-spi-0.2.3.jar | 46.6 kB | 49 | 40 | 2 | 1.8 | Yes |
| slf4j-api-2.0.18.jar | 70 kB | 71 | - | - | - | - |
| • Root | - | 69 | 55 | 4 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| slf4j-simple-2.0.18.jar | 15.7 kB | 22 | - | - | - | - |
| • Root | - | 20 | 6 | 1 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
| 80 | 28.1 MB | 17531 | 10725 | 431 | 9 | 64 |
| compile: 66 | compile: 27 MB | compile: 16754 | compile: 10203 | compile: 401 | 9 | compile: 59 |
| runtime: 8 | runtime: 256.5 kB | runtime: 126 | runtime: 40 | runtime: 2 | runtime: 1 | |
| provided: 2 | provided: 28.6 kB | provided: 76 | provided: 33 | provided: 3 | provided: 1 | |
| test: 4 | test: 801.9 kB | test: 575 | test: 449 | test: 25 | 9 | test: 3 |
