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.google.appengine appengine-api-1.0-sdk 2.0.22 jar Apache License 2.0
com.google.code.gson gson 2.10.1 jar Apache-2.0
org.apache.commons commons-lang3 3.14.0 jar Apache-2.0
org.jboss.resteasy resteasy-client 3.15.6.Final jar Apache License 2.0
org.jboss.resteasy resteasy-jackson2-provider 3.15.6.Final jar Apache License 2.0
org.jboss.resteasy resteasy-jaxb-provider 3.15.6.Final jar Apache License 2.0
org.jboss.resteasy resteasy-jaxrs 3.15.6.Final jar Apache License 2.0
org.jsoup jsoup 1.17.1 jar The MIT License
org.jvnet.jaxb2_commons jaxb2-basics-runtime 1.11.1-PUBLISHED-BY-MISTAKE jar BSD-Style License
org.slf4j slf4j-api 2.0.9 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
ch.qos.logback logback-classic 1.4.13 jar Eclipse Public License - v 1.0GNU Lesser General Public License
com.github.edgedalmacio random-user-agent-java v1.0 jar -
com.google.appengine appengine-api-stubs 2.0.22 jar Apache License 2.0
com.google.appengine appengine-testing 2.0.22 jar Apache License 2.0
com.mockrunner mockrunner 0.3.1 jar -
junit junit 4.13.2 jar Eclipse Public License 1.0
org.apache.maven.skins maven-fluido-skin 1.12.0 jar Apache License, Version 2.0
org.mockito mockito-core 5.7.0 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
javax.servlet servlet-api 2.5 jar -

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
com.fasterxml.jackson.core jackson-annotations 2.11.3 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-core 2.11.3 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-databind 2.11.3 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.jaxrs jackson-jaxrs-base 2.11.3 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider 2.11.3 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.module jackson-module-jaxb-annotations 2.11.3 jar The Apache Software License, Version 2.0
com.github.fge btf 1.2 jar Lesser General Public License, version 3 or greaterApache Software License, version 2.0
com.github.fge jackson-coreutils 1.6 jar Lesser General Public License, version 3 or greaterApache Software License, version 2.0
com.github.fge json-patch 1.9 jar Lesser General Public License, version 3 or greaterApache Software License, version 2.0
com.github.fge msg-simple 1.1 jar Lesser General Public License, version 3 or greaterApache Software License, version 2.0
com.github.stephenc.jcip jcip-annotations 1.0-1 jar Apache License, Version 2.0
com.google.guava failureaccess 1.0.1 jar The Apache Software License, Version 2.0
com.google.guava guava 28.1-jre jar Apache License, Version 2.0
com.google.guava listenablefuture 9999.0-empty-to-avoid-conflict-with-guava jar The Apache Software License, Version 2.0
com.sun.activation jakarta.activation 1.2.2 jar EDL 1.0
com.sun.istack istack-commons-runtime 3.0.10 jar Eclipse Distribution License - v 1.0
commons-codec commons-codec 1.15 jar Apache License, Version 2.0
commons-io commons-io 2.10.0 jar Apache License, Version 2.0
commons-logging commons-logging 1.2 jar The Apache Software License, Version 2.0
jakarta.activation jakarta.activation-api 1.2.1 jar EDL 1.0
jakarta.validation jakarta.validation-api 2.0.2 jar Apache License 2.0
org.apache.httpcomponents httpclient 4.5.13 jar Apache License, Version 2.0
org.apache.httpcomponents httpcore 4.4.13 jar Apache License, Version 2.0
org.checkerframework checker-qual 2.8.1 jar The MIT License
org.glassfish.jaxb jaxb-runtime 2.3.3-b02 jar Eclipse Distribution License - v 1.0
org.glassfish.jaxb txw2 2.3.3-b02 jar Eclipse Distribution License - v 1.0
org.jboss.logging jboss-logging 3.4.1.Final jar Apache License, version 2.0
org.jboss.spec.javax.annotation jboss-annotations-api_1.3_spec 2.0.1.Final jar EPL 2.0GPL2 w/ CPE
org.jboss.spec.javax.ws.rs jboss-jaxrs-api_2.1_spec 2.0.1.Final jar EPL 2.0GPL2 w/ CPE
org.jboss.spec.javax.xml.bind jboss-jaxb-api_2.3_spec 2.0.1.Final jar Eclipse Distribution License - v 1.0
org.reactivestreams reactive-streams 1.0.3 jar CC0

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
ch.qos.logback logback-core 1.4.13 jar Eclipse Public License - v 1.0GNU Lesser General Public License
com.google.appengine appengine-remote-api 2.0.22 jar Apache License 2.0
com.google.appengine appengine-tools-sdk 2.0.22 jar Apache License 2.0
net.bytebuddy byte-buddy 1.14.9 jar Apache License, Version 2.0
net.bytebuddy byte-buddy-agent 1.14.9 jar Apache License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.objenesis objenesis 3.3 jar Apache License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

Apache License, version 2.0: JBoss Logging 3

Eclipse Public License 1.0: JUnit

MIT License: SLF4J API Module

GPL2 w/ CPE: JBoss Jakarta Annotations API, jboss-jakarta-jaxrs-api_spec

GNU Lesser General Public License: Logback Classic Module, Logback Core Module

New BSD License: Hamcrest Core

BSD-Style License: JAXB2 Basics - Runtime

Lesser General Public License, version 3 or greater: json-patch, null

CC0: reactive-streams

Unknown: edgedalmacio/random-user-agent-java, mockrunner, servlet-api

Apache License 2.0: AppEngine :: appengine-api-1.0-sdk, AppEngine :: appengine-api-stubs, AppEngine :: appengine-remote-api, AppEngine :: appengine-testing, AppEngine :: appengine-tools-sdk (aka appengine-tools-api), Jakarta Bean Validation API, Philippine Stock Exchange Composite Index RESTful API, RESTEasy JAX-RS Client, RESTEasy JAX-RS Implementation, RESTEasy JAXB Provider, RESTEasy Jackson 2 Provider

EDL 1.0: Jakarta Activation, JavaBeans Activation Framework API jar

The MIT License: Checker Qual, jsoup Java HTML Parser

Apache-2.0: Apache Commons Lang, Gson

Apache License, Version 2.0: Apache Commons Codec, Apache Commons IO, Apache HttpClient, Apache HttpCore, Apache Maven Fluido Skin, Byte Buddy (without dependencies), Byte Buddy agent, Guava: Google Core Libraries for Java, JCIP Annotations under Apache License, Objenesis

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

MIT: mockito-core

EPL 2.0: JBoss Jakarta Annotations API, jboss-jakarta-jaxrs-api_spec

The Apache Software License, Version 2.0: Apache Commons Logging, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, Jackson module: JAXB Annotations, Jackson-JAXRS-JSON, Jackson-JAXRS-base, Jackson-annotations, Jackson-core, jackson-databind

Apache Software License, version 2.0: json-patch, null

Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
logback-classic-1.4.13.jar 283.5 kB 230 178 28 11 Yes
logback-core-1.4.13.jar 597.2 kB 506 454 42 11 Yes
jackson-annotations-2.11.3.jar 68.2 kB 81 69 2 9 Yes
jackson-core-2.11.3.jar 351.5 kB 144 118 13 9 Yes
jackson-databind-2.11.3.jar 1.4 MB 693 658 22 9 Yes
jackson-jaxrs-base-2.11.3.jar 34.8 kB 39 22 6 9 Yes
jackson-jaxrs-json-provider-2.11.3.jar 15.5 kB 27 9 3 9 Yes
jackson-module-jaxb-annotations-2.11.3.jar 34.9 kB 31 13 4 9 Yes
random-user-agent-java-v1.0.jar 30.1 kB 12 1 1 1.5 Yes
btf-1.2.jar 8.9 kB 11 3 1 1.6 No
jackson-coreutils-1.6.jar 30.7 kB 26 14 2 1.6 Yes
json-patch-1.9.jar 42.4 kB 39 27 3 1.6 Yes
msg-simple-1.1.jar 36.9 kB 37 23 6 1.6 Yes
jcip-annotations-1.0-1.jar 4.7 kB 14 4 1 1.5 No
appengine-api-1.0-sdk-2.0.22.jar 18.7 MB 10271 9319 236 1.8 Yes
appengine-api-stubs-2.0.22.jar 4.5 MB 2387 2233 99 1.8 Yes
appengine-remote-api-2.0.22.jar 848.8 kB 597 482 51 1.8 Yes
appengine-testing-2.0.22.jar 108.8 kB 72 58 2 1.8 Yes
appengine-tools-sdk-2.0.22.jar 11.4 MB 6531 6265 183 9 Yes
gson-2.10.1.jar 283.4 kB 238 218 10 9 Yes
failureaccess-1.0.1.jar 4.6 kB 15 2 1 1.7 Yes
guava-28.1-jre.jar 2.8 MB 1984 1954 18 1.8 Yes
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar 2.2 kB 7 0 0 - -
mockrunner-0.3.1.jar 325.2 kB 234 194 16 1.2 Yes
jakarta.activation-1.2.2.jar 68.5 kB 61 43 4 9 Yes
istack-commons-runtime-3.0.10.jar 29.9 kB 44 23 4 9 Yes
commons-codec-1.15.jar 353.8 kB 253 106 7 1.7 Yes
commons-io-2.10.0.jar 326 kB 223 200 11 1.8 Yes
commons-logging-1.2.jar 61.8 kB 42 28 2 1.2 Yes
jakarta.activation-api-1.2.1.jar 44.4 kB 42 31 1 1.5 Yes
jakarta.validation-api-2.0.2.jar 91.9 kB 160 143 9 1.8 Yes
servlet-api-2.5.jar 105.1 kB 68 42 2 1.5 Yes
junit-4.13.2.jar 384.6 kB 389 350 32 1.5 Yes
byte-buddy-1.14.9.jar 4.2 MB 2934 2880 39 9 Yes
byte-buddy-agent-1.14.9.jar 256.8 kB 90 70 3 9 Yes
commons-lang3-3.14.0.jar 658 kB 436 404 19 9 Yes
httpclient-4.5.13.jar 780.3 kB 511 470 24 1.6 Yes
httpcore-4.4.13.jar 328.6 kB 283 253 17 1.6 Yes
maven-fluido-skin-1.12.0.jar 356.6 kB 56 0 0 - -
checker-qual-2.8.1.jar 200.6 kB 360 302 32 1.8 Yes
jaxb-runtime-2.3.3-b02.jar 1 MB 825 649 26 9 Yes
txw2-2.3.3-b02.jar 72 kB 69 54 4 9 Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
jboss-logging-3.4.1.Final.jar 60.8 kB 47 35 1 1.8 Yes
resteasy-client-3.15.6.Final.jar 240.4 kB 174 140 13 1.8 Yes
resteasy-jackson2-provider-3.15.6.Final.jar 29.4 kB 36 17 3 1.8 Yes
resteasy-jaxb-provider-3.15.6.Final.jar 90.3 kB 83 60 4 1.8 Yes
resteasy-jaxrs-3.15.6.Final.jar 1.1 MB 771 704 45 1.8 Yes
jboss-annotations-api_1.3_spec-2.0.1.Final.jar 25.4 kB 29 15 3 1.8 Yes
jboss-jaxrs-api_2.1_spec-2.0.1.Final.jar 146.9 kB 160 143 7 9 Yes
jboss-jaxb-api_2.3_spec-2.0.1.Final.jar 113.2 kB 131 110 6 1.8 Yes
jsoup-1.17.1.jar 473.8 kB 299 276 8 9 Yes
jaxb2-basics-runtime-1.11.1-PUBLISHED-BY-MISTAKE.jar 166.8 kB 205 178 13 1.6 Yes
mockito-core-5.7.0.jar 700.1 kB 641 569 64 11 Yes
objenesis-3.3.jar 49.4 kB 59 43 10 1.8 Yes
reactive-streams-1.0.3.jar 11.4 kB 17 13 1 1.6 Yes
slf4j-api-2.0.9.jar 64.6 kB 67 52 5 9 Yes
Total Size Entries Classes Packages Java Version Debug Information
57 54.6 MB 33843 30766 1172 11 53
compile: 41 compile: 30.4 MB compile: 18985 compile: 16902 compile: 597 9 compile: 38
provided: 1 provided: 105.1 kB provided: 68 provided: 42 provided: 2 provided: 1
test: 15 test: 24.1 MB test: 14790 test: 13822 test: 573 11 test: 14