• 1.9.0

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 Optional
com.jcabi jcabi-aspects 0.26.0 jar 3-Clause BSD License No
com.jcabi jcabi-log 0.24.3 jar 3-Clause BSD License No
org.hamcrest hamcrest 3.0 jar BSD-3-Clause No
com.jcabi jcabi-http 2.1.0 jar 3-Clause BSD License Yes
com.jcabi jcabi-w3c 1.4.0 jar BSD Yes
com.jcabi jcabi-xml 0.35.0 jar 3-Clause BSD License Yes

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.sun.jersey jersey-client 1.19.4 jar CDDL 1.1GPL2 w/ CPE
commons-io commons-io 2.22.0 jar Apache-2.0
log4j log4j 1.2.17 jar The Apache Software License, Version 2.0
net.sf.saxon Saxon-HE 12.9 jar Mozilla Public License Version 2.0
org.apache.commons commons-lang3 3.20.0 jar Apache-2.0
org.glassfish javax.json 1.1.4 jar Dual license consisting of the CDDL v1.1 and GPL v2
org.glassfish.jaxb jaxb-runtime 4.0.7 jar Eclipse Distribution License - v 1.0
org.junit.jupiter junit-jupiter-api 6.0.3 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 6.0.3 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 6.0.3 jar Eclipse Public License v2.0
org.mockito mockito-core 5.23.0 jar MIT
org.slf4j slf4j-reload4j 2.0.17 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
jakarta.ws.rs jakarta.ws.rs-api 4.0.0 jar EPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bind jakarta.xml.bind-api 4.0.5 jar Eclipse Distribution License - v 1.0
org.projectlombok lombok 1.18.46 jar The MIT License
xml-apis xml-apis 1.0.b2 jar The Apache Software 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:

GroupId ArtifactId Version Type Licenses Optional
javax.validation validation-api 2.0.1.Final jar Apache License 2.0 No
org.aspectj aspectjrt 1.9.25.1 jar Eclipse Public License - v 2.0 No
org.slf4j slf4j-api 2.0.16 jar MIT License No
com.jcabi jcabi-immutable 1.5.0 jar 3-Clause BSD License Yes
com.jcabi jcabi-manifests 2.2.0 jar 3-Clause BSD License Yes
commons-codec commons-codec 1.21.0 jar Apache-2.0 Yes
commons-logging commons-logging 1.2 jar The Apache Software License, Version 2.0 Yes
org.apache.httpcomponents httpclient 4.5.13 jar Apache License, Version 2.0 Yes
org.apache.httpcomponents httpcore 4.4.15 jar Apache License, Version 2.0 Yes
org.apache.httpcomponents httpmime 4.5.13 jar Apache License, Version 2.0 Yes
org.cactoos cactoos 0.57.0 jar MIT Yes

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
net.bytebuddy byte-buddy 1.17.8 jar Apache License, Version 2.0
org.objenesis objenesis 3.4 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 Classifier Type Licenses
ch.qos.reload4j reload4j 1.2.22 - jar The Apache Software License, Version 2.0
com.sun.istack istack-commons-runtime 4.1.2 - jar Eclipse Distribution License - v 1.0
com.sun.jersey jersey-core 1.19.4 - jar CDDL 1.1GPL2 w/ CPE
net.bytebuddy byte-buddy-agent 1.17.7 - jar Apache License, Version 2.0
org.apiguardian apiguardian-api 1.1.2 - jar The Apache License, Version 2.0
org.eclipse.angus angus-activation 2.0.3 - jar EDL 1.0
org.glassfish.jaxb jaxb-core 4.0.7 - jar Eclipse Distribution License - v 1.0
org.glassfish.jaxb txw2 4.0.7 - jar Eclipse Distribution License - v 1.0
org.jspecify jspecify 1.0.0 - jar The Apache License, Version 2.0
org.junit.platform junit-platform-commons 6.0.3 - jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 6.0.3 - jar Eclipse Public License v2.0
org.opentest4j opentest4j 1.3.0 - jar The Apache License, Version 2.0
org.xmlresolver xmlresolver 5.3.3 data jar Apache License version 2.0
org.xmlresolver xmlresolver 5.3.3 - 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
jakarta.activation jakarta.activation-api 2.1.4 jar EDL 1.0
javax.ws.rs jsr311-api 1.1.1 jar CDDL License

Project Dependency Graph

Dependency Tree

Licenses

3-Clause BSD License: jcabi-aspects, jcabi-http, jcabi-immutable, jcabi-log, jcabi-manifests, jcabi-xml

CDDL 1.1: jersey-client, jersey-core

The Apache License, Version 2.0: JSpecify annotations, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

BSD-3-Clause: Hamcrest

MIT License: SLF4J API Module

Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API

Mozilla Public License Version 2.0: Saxon-HE

GPL2 w/ CPE: jersey-client, jersey-core

BSD: jcabi-w3c

Apache License 2.0: Bean Validation API

EDL 1.0: Angus Activation Registries, Jakarta Activation API

Apache License version 2.0: XML Resolver

CDDL License: jsr311-api

The MIT License: Project Lombok

Apache License, Version 2.0: Apache HttpClient, Apache HttpClient Mime, Apache HttpCore, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis

Apache-2.0: Apache Commons Codec, Apache Commons IO, Apache Commons Lang

MIT: SLF4J Reload4j Provider, cactoos, jcabi-matchers, mockito-core

Eclipse Distribution License - v 1.0: JAXB Core, JAXB Runtime, Jakarta XML Binding API, TXW2 Runtime, istack common utility code runtime

GPL-2.0-with-classpath-exception: Jakarta RESTful WS API

Dual license consisting of the CDDL v1.1 and GPL v2: JSR 374 (JSON Processing) Default Provider

Eclipse Public License - v 2.0: AspectJ Runtime

EPL-2.0: Jakarta RESTful WS API

The Apache Software License, Version 2.0: Apache Commons Logging, Apache Log4j, XML Commons External Components XML APIs, reload4j