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 | License |
---|---|---|---|---|
jakarta.ws.rs | jakarta.ws.rs-api | 2.1.6 | jar | EPL 2.0-GPL2 w/ CPE |
org.glassfish.hk2.external | jakarta.inject | 2.6.1 | jar | EPL 2.0-GPL2 w/ CPE |
org.glassfish.jersey.connectors | jersey-netty-connector | 2.37 | jar | EPL 2.0-GPL2 w/ CPE-EDL 1.0-BSD 2-Clause-Apache License, 2.0-Public Domain-Modified BSD-jquery.org/license-MIT license-W3C license |
org.glassfish.jersey.core | jersey-common | 2.37 | jar | EPL 2.0-The GNU General Public License (GPL), Version 2, With Classpath Exception-Apache License, 2.0-Public Domain |
org.glassfish.jersey.core | jersey-server | 2.37 | jar | EPL 2.0-The GNU General Public License (GPL), Version 2, With Classpath Exception-Apache License, 2.0-Modified BSD |
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 | License |
---|---|---|---|---|
junit | junit | 4.13.1 | jar | Eclipse Public License 1.0 |
org.glassfish.jersey.inject | jersey-hk2 | 2.37 | jar | EPL 2.0-GPL2 w/ CPE-EDL 1.0-BSD 2-Clause-Apache License, 2.0-Public Domain-Modified BSD-jquery.org/license-MIT license-W3C license |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Classifier | Type | License |
---|---|---|---|---|---|
io.netty | netty-resolver-dns-native-macos | 4.1.75.Final | osx-aarch_64 | jar | Apache License, Version 2.0 |
io.netty | netty-resolver-dns-native-macos | 4.1.75.Final | osx-x86_64 | jar | Apache License, Version 2.0 |
io.netty | netty-transport-native-epoll | 4.1.75.Final | linux-aarch_64 | jar | Apache License, Version 2.0 |
io.netty | netty-transport-native-epoll | 4.1.75.Final | linux-x86_64 | jar | Apache License, Version 2.0 |
io.netty | netty-transport-native-kqueue | 4.1.75.Final | osx-aarch_64 | jar | Apache License, Version 2.0 |
io.netty | netty-transport-native-kqueue | 4.1.75.Final | osx-x86_64 | jar | Apache License, Version 2.0 |
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 | License |
---|---|---|---|---|
org.glassfish.hk2 | hk2-api | 2.6.1 | jar | EPL 2.0-GPL2 w/ CPE |
org.glassfish.hk2 | hk2-locator | 2.6.1 | jar | EPL 2.0-GPL2 w/ CPE |
org.glassfish.hk2 | hk2-utils | 2.6.1 | jar | EPL 2.0-GPL2 w/ CPE |
org.glassfish.hk2.external | aopalliance-repackaged | 2.6.1 | jar | EPL 2.0-GPL2 w/ CPE |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.javassist | javassist | 3.25.0-GA | jar | MPL 1.1-LGPL 2.1-Apache License 2.0 |
Apache License, 2.0: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2
Eclipse Public License 1.0: JUnit
jQuery license: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-inject-hk2
GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jakarta.ws.rs-api, javax.inject:1 as OSGi bundle, jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-inject-hk2
Public Domain: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-core-common, jersey-inject-hk2
New BSD License: Hamcrest Core
W3C license: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-inject-hk2
EDL 1.0: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-inject-hk2
Apache License 2.0: Jakarta Bean Validation API, Javassist
Modified BSD: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-core-server, jersey-inject-hk2
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/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
LGPL 2.1: Javassist
EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jakarta.ws.rs-api, javax.inject:1 as OSGi bundle, jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2
MIT license: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-inject-hk2
MPL 1.1: Javassist
BSD 2-Clause: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-inject-hk2
The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug |
---|---|---|---|---|---|---|
netty-all-4.1.75.Final.jar | 4.24 kB | 9 | 0 | 0 | - | release |
netty-buffer-4.1.75.Final.jar | 296.61 kB | 154 | 137 | 2 | 1.6 | debug |
netty-codec-4.1.75.Final.jar | 329.22 kB | 234 | 212 | 10 | 1.6 | debug |
netty-codec-dns-4.1.75.Final.jar | 63.92 kB | 59 | 45 | 1 | 1.6 | debug |
netty-codec-haproxy-4.1.75.Final.jar | 35.35 kB | 33 | 19 | 1 | 1.6 | debug |
netty-codec-http-4.1.75.Final.jar | 622.03 kB | 408 | 382 | 9 | 1.6 | debug |
netty-codec-http2-4.1.75.Final.jar | 461.80 kB | 292 | 274 | 1 | 1.6 | debug |
netty-codec-memcache-4.1.75.Final.jar | 42.09 kB | 53 | 38 | 2 | 1.6 | debug |
netty-codec-mqtt-4.1.75.Final.jar | 97.17 kB | 79 | 65 | 1 | 1.6 | debug |
netty-codec-redis-4.1.75.Final.jar | 43.47 kB | 49 | 35 | 1 | 1.6 | debug |
netty-codec-smtp-4.1.75.Final.jar | 19.41 kB | 28 | 14 | 1 | 1.6 | debug |
netty-codec-socks-4.1.75.Final.jar | 116.29 kB | 124 | 107 | 4 | 1.6 | debug |
netty-codec-stomp-4.1.75.Final.jar | 28.69 kB | 35 | 21 | 1 | 1.6 | debug |
netty-codec-xml-4.1.75.Final.jar | 17.94 kB | 30 | 16 | 1 | 1.6 | debug |
netty-common-4.1.75.Final.jar | 635.87 kB | 519 | 487 | 9 | 1.6 | debug |
netty-handler-4.1.75.Final.jar | 515.75 kB | 366 | 338 | 12 | 1.6 | debug |
netty-handler-proxy-4.1.75.Final.jar | 23.40 kB | 25 | 12 | 1 | 1.6 | debug |
netty-resolver-4.1.75.Final.jar | 36.89 kB | 41 | 29 | 1 | 1.6 | debug |
netty-resolver-dns-4.1.75.Final.jar | 152.96 kB | 118 | 101 | 1 | 1.6 | debug |
netty-resolver-dns-classes-macos-4.1.75.Final.jar | 8.86 kB | 17 | 3 | 1 | 1.6 | debug |
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar | 17.88 kB | 11 | 0 | 0 | - | release |
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar | 18.17 kB | 11 | 0 | 0 | - | release |
netty-transport-4.1.75.Final.jar | 467.58 kB | 390 | 362 | 12 | 1.6 | debug |
netty-transport-classes-epoll-4.1.75.Final.jar | 135.22 kB | 77 | 64 | 1 | 1.6 | debug |
netty-transport-classes-kqueue-4.1.75.Final.jar | 104.58 kB | 63 | 50 | 1 | 1.6 | debug |
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar | 36.85 kB | 11 | 0 | 0 | - | release |
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar | 35.33 kB | 11 | 0 | 0 | - | release |
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar | 23.59 kB | 11 | 0 | 0 | - | release |
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar | 24.82 kB | 11 | 0 | 0 | - | release |
netty-transport-native-unix-common-4.1.75.Final.jar | 39.22 kB | 42 | 29 | 1 | 1.6 | debug |
netty-transport-rxtx-4.1.75.Final.jar | 17.75 kB | 24 | 11 | 1 | 1.6 | debug |
netty-transport-sctp-4.1.75.Final.jar | 48.13 kB | 47 | 29 | 4 | 1.6 | debug |
netty-transport-udt-4.1.75.Final.jar | 31.37 kB | 35 | 21 | 2 | 1.6 | debug |
jakarta.annotation-api-1.3.5.jar | 24.47 kB | 28 | 15 | 3 | 1.6 | debug |
jakarta.validation-api-2.0.2.jar | 89.78 kB | 160 | 142 | 9 | 1.6 | debug |
jakarta.ws.rs-api-2.1.6.jar | 137.09 kB | 155 | 134 | 6 | 1.6 | debug |
junit-4.13.1.jar | 373.74 kB | 387 | 348 | 32 | 1.5 | debug |
hk2-api-2.6.1.jar | 195.53 kB | 197 | 176 | 7 | 1.6 | debug |
hk2-locator-2.6.1.jar | 198.59 kB | 117 | 99 | 3 | 1.6 | debug |
hk2-utils-2.6.1.jar | 128.51 kB | 102 | 80 | 7 | 1.6 | debug |
osgi-resource-locator-1.0.3.jar | 19.02 kB | 23 | 12 | 1 | 1.6 | debug |
aopalliance-repackaged-2.6.1.jar | 26.37 kB | 41 | 26 | 4 | 1.6 | debug |
jakarta.inject-2.6.1.jar | 17.71 kB | 17 | 6 | 1 | 1.6 | release |
netty-connector/target/classes | - | 0 | 0 | 0 | - | release |
core-client/target/classes | - | 0 | 0 | 0 | - | release |
core-common/target/classes | - | 0 | 0 | 0 | - | release |
core-server/target/classes | - | 0 | 0 | 0 | - | release |
hk2/target/classes | - | 0 | 0 | 0 | - | release |
hamcrest-core-1.3.jar | 43.97 kB | 52 | 45 | 3 | 1.5 | debug |
javassist-3.25.0-GA.jar | 761.98 kB | 449 | 425 | 17 | 1.6 | debug |
Total | Size | Entries | Classes | Packages | JDK Rev | Debug |
50 | 6.42 MB | 5,145 | 4,409 | 175 | 1.6 | 37 |
compile: 36 | compile: 4.57 MB | compile: 3,734 | compile: 3,210 | compile: 102 | - | compile: 30 |
test: 8 | test: 1.69 MB | test: 1,345 | test: 1,199 | test: 73 | - | test: 7 |
runtime: 6 | runtime: 156.62 kB | runtime: 66 | - | - | - | - |