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.kohlschutter | kohlschutter-util | 1.7.4 | jar | Apache License, Version 2.0 |
com.kohlschutter.junixsocket | junixsocket-core | 2.10.1 | pom | Apache License, Version 2.0 |
com.kohlschutter.junixsocket | junixsocket-mysql | 2.10.1 | jar | Apache License, Version 2.0 |
com.kohlschutter.junixsocket | junixsocket-rmi | 2.10.1 | jar | Apache License, Version 2.0 |
com.kohlschutter.junixsocket | junixsocket-server | 2.10.1 | jar | Apache License, Version 2.0 |
com.kohlschutter.junixsocket | junixsocket-ssl | 2.10.1 | jar | Apache License, Version 2.0 |
com.kohlschutter.junixsocket | junixsocket-tipc | 2.10.1 | jar | Apache License, Version 2.0 |
com.mysql | mysql-connector-j | 8.4.0 | jar | The GNU General Public License, v2 with Universal FOSS Exception, v1.0 |
com.squareup.okhttp3 | okhttp | 4.12.0 | jar | The Apache Software License, Version 2.0 |
io.netty | netty-all | 4.1.109.Final | jar | Apache License, Version 2.0 |
org.apache.mina | mina-core | 2.2.3 | jar | Apache 2.0 License |
org.eclipse.jdt | org.eclipse.jdt.annotation | 2.3.0 | jar | Eclipse Public License - v 2.0 |
org.nanohttpd | nanohttpd | 2.3.1 | jar | The BSD 3-Clause License |
org.slf4j | slf4j-simple | 2.0.16 | jar | 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:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
com.kohlschutter | kohlschutter-test-util | 1.7.4 | 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.7.4 | jar | Apache License, Version 2.0 |
org.postgresql | postgresql | 42.7.3 | jar | BSD-2-Clause |
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.109.Final | osx-aarch_64 | jar | Apache License, Version 2.0 |
io.netty | netty-resolver-dns-native-macos | 4.1.109.Final | osx-x86_64 | jar | Apache License, Version 2.0 |
io.netty | netty-transport-native-epoll | 4.1.109.Final | linux-aarch_64 | jar | Apache License, Version 2.0 |
io.netty | netty-transport-native-epoll | 4.1.109.Final | linux-riscv64 | jar | Apache License, Version 2.0 |
io.netty | netty-transport-native-epoll | 4.1.109.Final | linux-x86_64 | jar | Apache License, Version 2.0 |
io.netty | netty-transport-native-kqueue | 4.1.109.Final | osx-aarch_64 | jar | Apache License, Version 2.0 |
io.netty | netty-transport-native-kqueue | 4.1.109.Final | osx-x86_64 | 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 |
---|---|---|---|---|
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter | 5.11.0 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-api | 5.11.0 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.11.0 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.11.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.11.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.11.0 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The 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.google.errorprone | error_prone_annotations | 2.30.0 | jar | Apache 2.0 |
org.checkerframework | checker-qual | 3.42.0 | jar | The MIT License |
Project Dependency Graph
Dependency Tree
- com.kohlschutter.junixsocket:junixsocket-demo:jar:2.10.1
- com.kohlschutter.junixsocket:junixsocket-core:pom:2.10.1 (compile)
- com.kohlschutter.junixsocket:junixsocket-native-common:jar:2.10.1 (compile)
- com.kohlschutter.junixsocket:junixsocket-common:jar:2.10.1 (compile)
- com.kohlschutter.junixsocket:junixsocket-tipc:jar:2.10.1 (compile)
- com.kohlschutter.junixsocket:junixsocket-mysql:jar:2.10.1 (compile)
- com.kohlschutter.junixsocket:junixsocket-server:jar:2.10.1 (compile)
- com.kohlschutter.junixsocket:junixsocket-rmi:jar:2.10.1 (compile)
- com.kohlschutter.junixsocket:junixsocket-ssl:jar:2.10.1 (compile)
- com.mysql:mysql-connector-j:jar:8.4.0 (compile)
- com.google.protobuf:protobuf-java:jar:3.25.1 (compile)
- org.postgresql:postgresql:jar:42.7.3 (provided)
- org.checkerframework:checker-qual:jar:3.42.0 (provided)
- org.eclipse.jdt:org.eclipse.jdt.annotation:jar:2.3.0 (compile)
- com.kohlschutter:kohlschutter-util:jar:1.7.4 (compile)
- org.nanohttpd:nanohttpd:jar:2.3.1 (compile)
- 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)
- 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)
- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.8.21 (compile)
- 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.3 (compile)
- io.netty:netty-all:jar:4.1.109.Final (compile)
- io.netty:netty-buffer:jar:4.1.109.Final (compile)
- io.netty:netty-codec:jar:4.1.109.Final (compile)
- io.netty:netty-codec-dns:jar:4.1.109.Final (compile)
- io.netty:netty-codec-haproxy:jar:4.1.109.Final (compile)
- io.netty:netty-codec-http:jar:4.1.109.Final (compile)
- io.netty:netty-codec-http2:jar:4.1.109.Final (compile)
- io.netty:netty-codec-memcache:jar:4.1.109.Final (compile)
- io.netty:netty-codec-mqtt:jar:4.1.109.Final (compile)
- io.netty:netty-codec-redis:jar:4.1.109.Final (compile)
- io.netty:netty-codec-smtp:jar:4.1.109.Final (compile)
- io.netty:netty-codec-socks:jar:4.1.109.Final (compile)
- io.netty:netty-codec-stomp:jar:4.1.109.Final (compile)
- io.netty:netty-codec-xml:jar:4.1.109.Final (compile)
- io.netty:netty-common:jar:4.1.109.Final (compile)
- io.netty:netty-handler:jar:4.1.109.Final (compile)
- io.netty:netty-transport-native-unix-common:jar:4.1.109.Final (compile)
- io.netty:netty-handler-proxy:jar:4.1.109.Final (compile)
- io.netty:netty-handler-ssl-ocsp:jar:4.1.109.Final (compile)
- io.netty:netty-resolver:jar:4.1.109.Final (compile)
- io.netty:netty-resolver-dns:jar:4.1.109.Final (compile)
- io.netty:netty-transport:jar:4.1.109.Final (compile)
- io.netty:netty-transport-rxtx:jar:4.1.109.Final (compile)
- io.netty:netty-transport-sctp:jar:4.1.109.Final (compile)
- io.netty:netty-transport-udt:jar:4.1.109.Final (compile)
- io.netty:netty-transport-classes-epoll:jar:4.1.109.Final (compile)
- io.netty:netty-transport-classes-kqueue:jar:4.1.109.Final (compile)
- io.netty:netty-resolver-dns-classes-macos:jar:4.1.109.Final (compile)
- io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.109.Final (runtime)
- io.netty:netty-transport-native-epoll:jar:linux-aarch_64:4.1.109.Final (runtime)
- io.netty:netty-transport-native-epoll:jar:linux-riscv64:4.1.109.Final (runtime)
- io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.109.Final (runtime)
- io.netty:netty-transport-native-kqueue:jar:osx-aarch_64:4.1.109.Final (runtime)
- io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.109.Final (runtime)
- io.netty:netty-resolver-dns-native-macos:jar:osx-aarch_64:4.1.109.Final (runtime)
- org.slf4j:slf4j-simple:jar:2.0.16 (compile)
- org.slf4j:slf4j-api:jar:2.0.16 (compile)
- com.kohlschutter:kohlschutter-test-util:jar:1.7.4 (test)
- org.junit.jupiter:junit-jupiter:jar:5.11.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.0 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.11.0 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.11.0 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.11.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.0 (test)
- org.junit.jupiter:junit-jupiter:jar:5.11.0 (test)
- com.kohlschutter:compiler-annotations:jar:1.7.4 (provided)
- com.google.errorprone:error_prone_annotations:jar:2.30.0 (provided)
- com.kohlschutter.junixsocket:junixsocket-core:pom:2.10.1 (compile)
Licenses
The Apache License, Version 2.0: Kotlin Stdlib, Kotlin Stdlib Common, Kotlin Stdlib Jdk7, Kotlin Stdlib Jdk8, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: error-prone annotations
BSD-3-Clause: Protocol Buffers [Core]
BSD-2-Clause: PostgreSQL JDBC Driver
MIT License: SLF4J API Module, SLF4J Simple Provider
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
The GNU General Public License, v2 with Universal FOSS Exception, v1.0: MySQL Connector/J
The BSD 3-Clause License: NanoHttpd-Core
The MIT License: Checker Qual
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-demo, junixsocket-mysql, junixsocket-native-common, junixsocket-rmi, junixsocket-server, junixsocket-ssl, junixsocket-tipc, kohlschutter-test-util, kohlschutter-util
Apache 2.0 License: Apache MINA Core
Eclipse Public License - v 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.30.0.jar | 19.4 kB | 47 | - | - | - | - |
• Root | - | 40 | 27 | 2 | 1.8 | Yes |
• Versioned | - | 7 | 1 | 1 | 9 | No |
protobuf-java-3.25.1.jar | 1.9 MB | 754 | 735 | 2 | 1.8 | Yes |
compiler-annotations-1.7.4.jar | 7.1 kB | 25 | - | - | - | - |
• Root | - | 16 | 3 | 1 | 1.8 | No |
• Versioned | - | 9 | 4 | 2 | 9 | No |
kohlschutter-test-util-1.7.4.jar | 71.4 kB | 76 | - | - | - | - |
• Root | - | 44 | 27 | 1 | 1.8 | Yes |
• Versioned | - | 32 | 28 | 2 | 9 | Yes |
kohlschutter-util-1.7.4.jar | 47.5 kB | 53 | - | - | - | - |
• Root | - | 30 | 18 | 1 | 1.8 | Yes |
• Versioned | - | 23 | 19 | 2 | 9 | Yes |
junixsocket-common-2.10.1.jar | 2.4 MB | 1587 | - | - | - | - |
• Root | - | 368 | 347 | 2 | 1.7 | Yes |
• Versioned | - | 204 | 198 | 3 | 9 | Yes |
• Versioned | - | 203 | 197 | 3 | 14 | Yes |
• Versioned | - | 203 | 197 | 3 | 15 | Yes |
• Versioned | - | 203 | 197 | 3 | 16 | Yes |
• Versioned | - | 203 | 197 | 3 | 20 | Yes |
• Versioned | - | 203 | 197 | 3 | 21 | Yes |
pom.xml | 1.5 kB | - | - | - | - | - |
junixsocket-mysql-2.10.1.jar | 17.4 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.10.1.jar | 711.6 kB | 138 | - | - | - | - |
• Root | - | 120 | 2 | 1 | 1.7 | Yes |
• Versioned | - | 9 | 3 | 2 | 9 | Yes |
• Versioned | - | 9 | 3 | 2 | 21 | Yes |
junixsocket-rmi-2.10.1.jar | 182 kB | 151 | - | - | - | - |
• Root | - | 60 | 39 | 1 | 1.8 | Yes |
• Versioned | - | 46 | 40 | 2 | 9 | Yes |
• Versioned | - | 45 | 39 | 2 | 21 | Yes |
junixsocket-server-2.10.1.jar | 37.9 kB | 46 | - | - | - | - |
• Root | - | 20 | 6 | 1 | 1.8 | Yes |
• Versioned | - | 13 | 7 | 2 | 9 | Yes |
• Versioned | - | 13 | 7 | 2 | 21 | Yes |
junixsocket-ssl-2.10.1.jar | 96.6 kB | 92 | - | - | - | - |
• Root | - | 39 | 20 | 1 | 1.8 | Yes |
• Versioned | - | 27 | 21 | 2 | 9 | Yes |
• Versioned | - | 26 | 20 | 2 | 21 | Yes |
junixsocket-tipc-2.10.1.jar | 122.6 kB | 117 | - | - | - | - |
• Root | - | 47 | 28 | 1 | 1.8 | Yes |
• Versioned | - | 35 | 29 | 2 | 9 | Yes |
• Versioned | - | 35 | 29 | 2 | 21 | Yes |
mysql-connector-j-8.4.0.jar | 2.5 MB | 1132 | 1078 | 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.109.Final.jar | 4.5 kB | 9 | 0 | 0 | - | - |
netty-buffer-4.1.109.Final.jar | 307.3 kB | 154 | 137 | 2 | 1.6 | Yes |
netty-codec-4.1.109.Final.jar | 353.5 kB | 249 | 220 | 10 | 1.6 | Yes |
netty-codec-dns-4.1.109.Final.jar | 67.1 kB | 65 | 45 | 1 | 1.6 | Yes |
netty-codec-haproxy-4.1.109.Final.jar | 37.8 kB | 39 | 19 | 1 | 1.6 | Yes |
netty-codec-http-4.1.109.Final.jar | 668.1 kB | 420 | 391 | 9 | 1.6 | Yes |
netty-codec-http2-4.1.109.Final.jar | 490.1 kB | 302 | 281 | 1 | 1.6 | Yes |
netty-codec-memcache-4.1.109.Final.jar | 44.7 kB | 59 | 38 | 2 | 1.6 | Yes |
netty-codec-mqtt-4.1.109.Final.jar | 114.1 kB | 94 | 74 | 1 | 1.6 | Yes |
netty-codec-redis-4.1.109.Final.jar | 46 kB | 55 | 35 | 1 | 1.6 | Yes |
netty-codec-smtp-4.1.109.Final.jar | 21.3 kB | 34 | 14 | 1 | 1.6 | Yes |
netty-codec-socks-4.1.109.Final.jar | 121 kB | 130 | 107 | 4 | 1.6 | Yes |
netty-codec-stomp-4.1.109.Final.jar | 34.6 kB | 43 | 23 | 1 | 1.6 | Yes |
netty-codec-xml-4.1.109.Final.jar | 19.8 kB | 36 | 16 | 1 | 1.6 | Yes |
netty-common-4.1.109.Final.jar | 664.4 kB | 526 | 494 | 9 | 1.6 | Yes |
netty-handler-4.1.109.Final.jar | 569 kB | 390 | 359 | 12 | 1.6 | Yes |
netty-handler-proxy-4.1.109.Final.jar | 25.6 kB | 31 | 12 | 1 | 1.6 | Yes |
netty-handler-ssl-ocsp-4.1.109.Final.jar | 26.8 kB | 29 | 15 | 1 | 1.6 | Yes |
netty-resolver-4.1.109.Final.jar | 37.8 kB | 41 | 29 | 1 | 1.6 | Yes |
netty-resolver-dns-4.1.109.Final.jar | 181.2 kB | 137 | 117 | 1 | 1.6 | Yes |
netty-resolver-dns-classes-macos-4.1.109.Final.jar | 9.1 kB | 17 | 3 | 1 | 1.6 | Yes |
netty-resolver-dns-native-macos-4.1.109.Final-osx-aarch_64.jar | 19.6 kB | 11 | 0 | 0 | - | - |
netty-resolver-dns-native-macos-4.1.109.Final-osx-x86_64.jar | 19.3 kB | 11 | 0 | 0 | - | - |
netty-transport-4.1.109.Final.jar | 497.8 kB | 403 | 373 | 12 | 1.6 | Yes |
netty-transport-classes-epoll-4.1.109.Final.jar | 147.3 kB | 87 | 67 | 1 | 1.6 | Yes |
netty-transport-classes-kqueue-4.1.109.Final.jar | 108.5 kB | 63 | 50 | 1 | 1.6 | Yes |
netty-transport-native-epoll-4.1.109.Final-linux-aarch_64.jar | 41.2 kB | 11 | 0 | 0 | - | - |
netty-transport-native-epoll-4.1.109.Final-linux-riscv64.jar | 35.7 kB | 11 | 0 | 0 | - | - |
netty-transport-native-epoll-4.1.109.Final-linux-x86_64.jar | 39.7 kB | 11 | 0 | 0 | - | - |
netty-transport-native-kqueue-4.1.109.Final-osx-aarch_64.jar | 25.6 kB | 11 | 0 | 0 | - | - |
netty-transport-native-kqueue-4.1.109.Final-osx-x86_64.jar | 25.1 kB | 11 | 0 | 0 | - | - |
netty-transport-native-unix-common-4.1.109.Final.jar | 44.1 kB | 45 | 32 | 1 | 1.6 | Yes |
netty-transport-rxtx-4.1.109.Final.jar | 18.2 kB | 24 | 11 | 1 | 1.6 | Yes |
netty-transport-sctp-4.1.109.Final.jar | 50.8 kB | 53 | 29 | 4 | 1.6 | Yes |
netty-transport-udt-4.1.109.Final.jar | 32.2 kB | 35 | 21 | 2 | 1.6 | Yes |
mina-core-2.2.3.jar | 678.6 kB | 517 | 456 | 47 | 1.8 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
checker-qual-3.42.0.jar | 230.8 kB | 438 | 369 | 30 | 1.8 | Yes |
org.eclipse.jdt.annotation-2.3.0.jar | 31.8 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.11.0.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
junit-jupiter-api-5.11.0.jar | 216.3 kB | 197 | 182 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.11.0.jar | 260.1 kB | 152 | 135 | 9 | 1.8 | Yes |
junit-jupiter-params-5.11.0.jar | 591.4 kB | 388 | 354 | 22 | 1.8 | Yes |
junit-platform-commons-1.11.0.jar | 140.6 kB | 86 | - | - | - | - |
• Root | - | 77 | 63 | 8 | 1.8 | Yes |
• Versioned | - | 9 | 3 | 1 | 9 | Yes |
junit-platform-engine-1.11.0.jar | 238.1 kB | 174 | 155 | 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 |
postgresql-42.7.3.jar | 1.1 MB | 551 | 484 | 44 | 1.8 | Yes |
slf4j-api-2.0.16.jar | 69.4 kB | 71 | - | - | - | - |
• Root | - | 69 | 55 | 4 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
slf4j-simple-2.0.16.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 |
72 | 19.8 MB | 12558 | 9058 | 384 | 9 | 57 |
compile: 52 | compile: 16.7 MB | compile: 10318 | compile: 7246 | compile: 244 | 1.8 | compile: 46 |
runtime: 7 | runtime: 206.2 kB | runtime: 77 | - | - | - | |
provided: 4 | provided: 1.3 MB | provided: 1061 | provided: 883 | provided: 77 | provided: 3 | |
test: 9 | test: 1.5 MB | test: 1102 | test: 929 | test: 63 | 9 | test: 8 |