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 License
com.esotericsoftware kryo 4.0.1 jar 3-Clause BSD License
org.glassfish.jersey.core jersey-common 3.0.1 jar EPL 2.0-The GNU General Public License (GPL), Version 2, With Classpath Exception-Apache License, 2.0-Public Domain

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 License
org.glassfish.jersey.inject jersey-hk2 3.0.1 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.test-framework.providers jersey-test-framework-provider-grizzly2 3.0.1 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

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 License
jakarta.ws.rs jakarta.ws.rs-api 3.0.0 jar EPL-2.0-GPL-2.0-with-classpath-exception

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 License
com.esotericsoftware minlog 1.3.0 jar New BSD License
com.esotericsoftware reflectasm 1.11.3 jar New BSD License
jakarta.annotation jakarta.annotation-api 2.0.0 jar EPL 2.0-GPL2 w/ CPE
jakarta.inject jakarta.inject-api 2.0.0 jar The Apache Software License, Version 2.0
org.glassfish.hk2 osgi-resource-locator 1.0.3 jar EPL 2.0-GPL2 w/ CPE
org.objenesis objenesis 2.5.1 jar Apache 2
org.ow2.asm asm 5.0.4 jar BSD

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 License
com.sun.activation jakarta.activation 2.0.0 jar EDL 1.0
jakarta.servlet jakarta.servlet-api 5.0.0 jar EPL 2.0-GPL2 w/ CPE
jakarta.validation jakarta.validation-api 3.0.0 jar Apache License 2.0
jakarta.xml.bind jakarta.xml.bind-api 3.0.0 jar Eclipse Distribution License - v 1.0
junit junit 4.13.1 jar Eclipse Public License 1.0
org.glassfish.grizzly grizzly-framework 3.0.0 jar EPL-2.0
org.glassfish.grizzly grizzly-http 3.0.0 jar EPL-2.0
org.glassfish.grizzly grizzly-http-server 3.0.0 jar EPL-2.0
org.glassfish.grizzly grizzly-http-servlet 3.0.0 jar EPL-2.0
org.glassfish.hk2 hk2-api 3.0.1 jar EPL 2.0-GPL2 w/ CPE
org.glassfish.hk2 hk2-locator 3.0.1 jar EPL 2.0-GPL2 w/ CPE
org.glassfish.hk2 hk2-utils 3.0.1 jar EPL 2.0-GPL2 w/ CPE
org.glassfish.hk2.external aopalliance-repackaged 3.0.1 jar EPL 2.0-GPL2 w/ CPE
org.glassfish.jersey.containers jersey-container-grizzly2-http 3.0.1 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.containers jersey-container-grizzly2-servlet 3.0.1 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.containers jersey-container-servlet 3.0.1 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.containers jersey-container-servlet-core 3.0.1 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-client 3.0.1 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-server 3.0.1 jar EPL 2.0-The GNU General Public License (GPL), Version 2, With Classpath Exception-Apache License, 2.0-Modified BSD
org.glassfish.jersey.media jersey-media-jaxb 3.0.1 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.test-framework jersey-test-framework-core 3.0.1 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.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

Project Dependency Graph

Dependency Tree

Licenses

Apache License, 2.0: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

3-Clause BSD License: Kryo

Eclipse Public License 1.0: JUnit

jQuery license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

Public Domain: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

New BSD License: Hamcrest Core, MinLog, ReflectASM

Apache 2: Objenesis

W3C license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

BSD: ASM Core

EDL 1.0: Jakarta Activation, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

Apache License 2.0: Jakarta Bean Validation API, Javassist

Modified BSD: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

LGPL 2.1: Javassist

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

MIT license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

MPL 1.1: Javassist

BSD 2-Clause: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

The Apache Software License, Version 2.0: Jakarta Dependency Injection

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

Dependency File Details

Filename Size Entries Classes Packages JDK Rev Debug
kryo-4.0.1.jar 329.46 kB 229 214 6 1.6 debug
minlog-1.3.0.jar 5.58 kB 12 2 1 1.5 debug
reflectasm-1.11.3.jar 20.39 kB 15 5 1 1.5 debug
jakarta.activation-2.0.0.jar 61.26 kB 56 38 2 1.6 debug
jakarta.annotation-api-2.0.0.jar 24.82 kB 29 15 3 1.6 debug
jakarta.inject-api-2.0.0.jar 9.89 kB 17 6 1 1.5 release
jakarta.servlet-api-5.0.0.jar 300.63 kB 151 85 4 1.6 debug
jakarta.validation-api-3.0.0.jar 90.51 kB 160 142 9 1.6 debug
jakarta.ws.rs-api-3.0.0.jar 135.51 kB 153 132 6 1.6 debug
jakarta.xml.bind-api-3.0.0.jar 125.98 kB 140 110 6 1.6 debug
junit-4.13.1.jar 373.74 kB 387 348 32 1.5 debug
grizzly-framework-3.0.0.jar 830.78 kB 619 583 23 1.6 debug
grizzly-http-3.0.0.jar 339.71 kB 178 163 3 1.6 debug
grizzly-http-server-3.0.0.jar 304.37 kB 197 177 8 1.6 debug
grizzly-http-servlet-3.0.0.jar 143.33 kB 97 86 1 1.6 debug
hk2-api-3.0.1.jar 196.74 kB 198 177 7 1.6 debug
hk2-locator-3.0.1.jar 198.78 kB 117 98 3 1.6 debug
hk2-utils-3.0.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-3.0.1.jar 26.48 kB 41 26 4 1.6 debug
jersey-container-grizzly2-http-3.0.1.jar 40.20 kB 36 17 2 1.6 debug
jersey-container-grizzly2-servlet-3.0.1.jar 19.67 kB 15 1 1 1.6 debug
jersey-container-servlet-3.0.1.jar 31.61 kB 29 8 3 1.6 debug
jersey-container-servlet-core-3.0.1.jar 71.76 kB 61 42 4 1.6 debug
jersey-client-3.0.1.jar 248.54 kB 185 147 10 1.6 debug
jersey-common-3.0.1.jar 1.11 MB 888 817 23 1.6 debug
jersey-server-3.0.1.jar 923.20 kB 659 570 27 1.6 debug
jersey-hk2-3.0.1.jar 75.04 kB 63 39 1 1.6 debug
jersey-media-jaxb-3.0.1.jar 92.79 kB 71 48 2 1.6 debug
jersey-test-framework-core-3.0.1.jar 42.72 kB 36 22 2 1.6 debug
jersey-test-framework-provider-grizzly2-3.0.1.jar 25.25 kB 22 6 1 1.6 debug
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
objenesis-2.5.1.jar 53.12 kB 58 43 9 1.5 debug
asm-5.0.4.jar 52.05 kB 30 25 2 1.2 release
Total Size Entries Classes Packages JDK Rev Debug
35 7.12 MB 5,575 4,754 235 1.6 33
compile: 9 compile: 1.62 MB compile: 1,301 compile: 1,139 compile: 47 - compile: 7
test: 25 test: 5.37 MB test: 4,121 test: 3,483 test: 182 - test: 25
provided: 1 provided: 135.51 kB provided: 153 provided: 132 provided: 6 - provided: 1