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-databind 2.9.8 jar The Apache Software License, Version 2.0
com.github.joschi.jackson jackson-datatype-threetenbp 2.8.4 jar The Apache Software License, Version 2.0
commons-codec commons-codec 1.12 jar Apache License, Version 2.0
org.apache.httpcomponents httpasyncclient 4.1.4 jar Apache License, Version 2.0
org.slf4j slf4j-api 1.8.0-beta4 jar MIT License
org.threeten threetenbp 1.3.8 jar BSD 3-clause

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.github.tomakehurst wiremock 2.3.1 jar The Apache Software License, Version 2.0
com.pholser junit-quickcheck-core 0.7 jar The MIT License
com.pholser junit-quickcheck-generators 0.7 jar The MIT License
junit junit 4.12 jar Eclipse Public License 1.0
org.apache.commons commons-lang3 3.5 jar Apache License, Version 2.0
org.hamcrest hamcrest-library 1.3 jar New BSD License
org.slf4j jcl-over-slf4j 1.7.21 jar MIT License
org.slf4j slf4j-simple 1.8.0-beta4 jar MIT 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 Licenses
com.google.code.findbugs jsr305 3.0.2 jar The Apache Software License, Version 2.0
org.immutables android-stub 2.3.9 jar The Apache Software License, Version 2.0
org.immutables value 2.3.9 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
com.fasterxml.jackson.core jackson-annotations 2.9.0 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-core 2.9.8 jar The Apache Software License, Version 2.0
commons-logging commons-logging 1.2 jar The Apache Software License, Version 2.0
org.apache.httpcomponents httpclient 4.5.6 jar Apache License, Version 2.0
org.apache.httpcomponents httpcore 4.4.10 jar Apache License, Version 2.0
org.apache.httpcomponents httpcore-nio 4.4.10 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
com.flipkart.zjsonpatch zjsonpatch 0.2.1 jar The Apache Software License, Version 2.0
com.google.guava guava 18.0 jar The Apache Software License, Version 2.0
com.jayway.jsonpath json-path 2.2.0 jar The Apache Software License, Version 2.0
javassist javassist 3.11.0.GA jar -
javax.servlet javax.servlet-api 3.1.0 jar CDDL + GPLv2 with classpath exception
net.minidev http://accessors-smart/ 1.1 jar The Apache Software License, Version 2.0
net.minidev json-smart 2.2.1 jar The Apache Software License, Version 2.0
net.sf.jopt-simple jopt-simple 4.9 jar The MIT License
ognl ognl 3.1.2 jar The Apache Software License, Version 2.0
org.antlr antlr-runtime 3.1.2 jar -
org.apache.commons commons-collections4 4.0 jar The Apache Software License, Version 2.0
org.eclipse.jetty jetty-continuation 9.2.13.v20150730 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-http 9.2.13.v20150730 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-io 9.2.13.v20150730 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-security 9.2.13.v20150730 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-server 9.2.13.v20150730 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-servlet 9.2.13.v20150730 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-servlets 9.2.13.v20150730 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-util 9.2.13.v20150730 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-webapp 9.2.13.v20150730 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-xml 9.2.13.v20150730 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.javaruntype javaruntype 1.2 jar The Apache Software License, Version 2.0
org.ow2.asm asm 5.0.3 jar BSD
org.xmlunit xmlunit-core 2.1.1 jar The Apache Software License, Version 2.0
org.xmlunit xmlunit-legacy 2.1.1 jar The BSD 3-Clause License
ru.vyarus generics-resolver 2.0.1 jar The MIT License

Project Dependency Graph

Dependency Tree

Licenses

Apache Software License - Version 2.0: Jetty :: Continuation, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Utilities, Jetty :: Utility Servlets and Filters, Jetty :: Webapp Application Support, Jetty :: XML utilities

Eclipse Public License 1.0: JUnit

MIT License: JCL 1.1.1 implemented over SLF4J, SLF4J API Module, SLF4J Simple Binding

New BSD License: Hamcrest Core, Hamcrest library

BSD 3-clause: ThreeTen backport

BSD: ASM Core

The BSD 3-Clause License: org.xmlunit:xmlunit-legacy

Unknown: Antlr 3 Runtime, Javassist

Eclipse Public License - Version 1.0: Jetty :: Continuation, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Utilities, Jetty :: Utility Servlets and Filters, Jetty :: Webapp Application Support, Jetty :: XML utilities

The MIT License: JOpt Simple, generics-resolver, junit-quickcheck-core, junit-quickcheck-generators

Apache License, Version 2.0: Apache Commons Codec, Apache Commons Lang, Apache HttpAsyncClient, Apache HttpClient, Apache HttpCore, Apache HttpCore NIO, SDK for CLX XMS

CDDL + GPLv2 with classpath exception: Java Servlet API

The Apache Software License, Version 2.0: ASM based accessors helper used by json-smart, Apache Commons Collections, Apache Commons Logging, FindBugs-jsr305, Guava: Google Core Libraries for Java, JSON Small and Fast Parser, Jackson-Datatype-ThreeTenBackport, Jackson-annotations, Jackson-core, Json Path, OGNL - Object Graph Navigation Library, WireMock, jackson-databind, javaruntype, org.immutables.android-stub, org.immutables.value, org.xmlunit:xmlunit-core, zjsonpatch

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
jackson-annotations-2.9.0.jar 66.5 kB 80 68 1 1.6 Yes
jackson-core-2.9.8.jar 325.6 kB 132 107 11 1.6 Yes
jackson-databind-2.9.8.jar 1.3 MB 658 624 20 1.7 Yes
zjsonpatch-0.2.1.jar 18.7 kB 20 10 1 1.6 Yes
jackson-datatype-threetenbp-2.8.4.jar 102.8 kB 95 75 6 1.7 Yes
wiremock-2.3.1.jar 1.3 MB 415 312 17 1.7 Yes
jsr305-3.0.2.jar 19.9 kB 46 35 3 1.5 Yes
guava-18.0.jar 2.3 MB 1719 1690 17 1.6 Yes
json-path-2.2.0.jar 207.1 kB 176 160 11 1.6 Yes
junit-quickcheck-core-0.7.jar 104.9 kB 86 66 8 1.8 Yes
junit-quickcheck-generators-0.7.jar 112.5 kB 113 88 10 1.8 Yes
commons-codec-1.12.jar 339.7 kB 244 97 7 1.7 Yes
commons-logging-1.2.jar 61.8 kB 42 28 2 1.2 Yes
javassist-3.11.0.GA.jar 614.2 kB 366 347 17 1.4 Yes
javax.servlet-api-3.1.0.jar 95.8 kB 103 79 4 1.7 Yes
junit-4.12.jar 314.9 kB 323 286 30 1.5 Yes
accessors-smart-1.1.jar 80.7 kB 53 38 4 1.6 Yes
json-smart-2.2.1.jar 120.5 kB 107 93 5 1.6 Yes
jopt-simple-4.9.jar 66.5 kB 60 48 3 1.5 Yes
ognl-3.1.2.jar 230.3 kB 141 130 3 1.5 Yes
antlr-runtime-3.1.2.jar 138.8 kB 105 92 4 1.4 Yes
commons-collections4-4.0.jar 610.3 kB 459 431 16 1.5 Yes
commons-lang3-3.5.jar 479.9 kB 284 260 12 1.6 Yes
httpasyncclient-4.1.4.jar 180 kB 111 86 8 1.6 Yes
httpclient-4.5.6.jar 767.1 kB 508 467 24 1.6 Yes
httpcore-4.4.10.jar 326.4 kB 282 252 17 1.6 Yes
httpcore-nio-4.4.10.jar 365.8 kB 269 240 14 1.6 Yes
jetty-continuation-9.2.13.v20150730.jar 16 kB 20 8 1 1.7 Yes
jetty-http-9.2.13.v20150730.jar 105.9 kB 64 49 1 1.7 Yes
jetty-io-9.2.13.v20150730.jar 108.3 kB 89 76 2 1.7 Yes
jetty-security-9.2.13.v20150730.jar 95.9 kB 70 57 2 1.7 Yes
jetty-server-9.2.13.v20150730.jar 418.8 kB 215 196 7 1.7 Yes
jetty-servlet-9.2.13.v20150730.jar 115.7 kB 59 45 3 1.7 Yes
jetty-servlets-9.2.13.v20150730.jar 122.6 kB 70 57 2 1.7 Yes
jetty-util-9.2.13.v20150730.jar 358.1 kB 222 200 10 1.7 Yes
jetty-webapp-9.2.13.v20150730.jar 107.9 kB 54 41 1 1.7 Yes
jetty-xml-9.2.13.v20150730.jar 44.1 kB 27 12 1 1.7 Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
hamcrest-library-1.3.jar 53.1 kB 46 35 7 1.5 Yes
android-stub-2.3.9.jar 1.3 kB 6 2 2 1.7 Yes
value-2.3.9.jar 2.6 MB 1677 1654 15 1.7 Yes
javaruntype-1.2.jar 71.2 kB 51 34 6 1.5 Yes
asm-5.0.3.jar 53.2 kB 30 25 2 1.2 No
jcl-over-slf4j-1.7.21.jar 16.4 kB 23 9 2 1.5 Yes
slf4j-api-1.8.0-beta4.jar 44.2 kB 53 38 4 1.6 Yes
slf4j-simple-1.8.0-beta4.jar 15.4 kB 23 8 1 1.6 Yes
threetenbp-1.3.8.jar 513.1 kB 227 207 6 1.6 Yes
xmlunit-core-2.1.1.jar 153.7 kB 160 144 8 1.6 Yes
xmlunit-legacy-2.1.1.jar 124.8 kB 100 86 5 1.6 Yes
generics-resolver-2.0.1.jar 22.4 kB 24 14 4 1.6 Yes
Total Size Entries Classes Packages Java Version Debug Information
50 15.9 MB 10359 9251 370 1.8 49
compile: 12 compile: 4.4 MB compile: 2701 compile: 2289 compile: 120 - compile: 12
test: 35 test: 8.8 MB test: 5929 test: 5271 test: 230 - test: 34
provided: 3 provided: 2.6 MB provided: 1729 provided: 1691 provided: 20 - provided: 3

Dependency Repository Locations

Repo ID URL Release Snapshot Blacklisted
sonatype-snapshots https://oss.sonatype.org/content/groups/jetty Yes Yes Yes
central https://repo.maven.apache.org/maven2 Yes No No
ow2-snapshot http://repository.ow2.org/nexus/content/repositories/snapshots No Yes No
sonatype-nexus-snapshots https://oss.sonatype.org/content/repositories/snapshots No Yes No
glassfish-repository http://download.java.net/maven/glassfish Yes Yes No
jvnet-nexus-snapshots https://maven.java.net/content/repositories/snapshots No Yes No
apache.snapshots http://repository.apache.org/snapshots No Yes No

Repository locations for each of the Dependencies.

Artifact central ow2-snapshot sonatype-nexus-snapshots glassfish-repository jvnet-nexus-snapshots apache.snapshots
com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0 Found at https://repo.maven.apache.org/maven2 - - - - -
com.fasterxml.jackson.core:jackson-core:jar:2.9.8 Found at https://repo.maven.apache.org/maven2 - - - - -
com.fasterxml.jackson.core:jackson-databind:jar:2.9.8 Found at https://repo.maven.apache.org/maven2 - - - - -
com.flipkart.zjsonpatch:zjsonpatch:jar:0.2.1 Found at https://repo.maven.apache.org/maven2 - - - - -
com.github.joschi.jackson:jackson-datatype-threetenbp:jar:2.8.4 Found at https://repo.maven.apache.org/maven2 - - - - -
com.github.tomakehurst:wiremock:jar:2.3.1 Found at https://repo.maven.apache.org/maven2 - - - - -
com.google.code.findbugs:jsr305:jar:3.0.2 Found at https://repo.maven.apache.org/maven2 - - - - -
com.google.guava:guava:jar:18.0 Found at https://repo.maven.apache.org/maven2 - - - - -
com.jayway.jsonpath:json-path:jar:2.2.0 Found at https://repo.maven.apache.org/maven2 - - - - -
com.pholser:junit-quickcheck-core:jar:0.7 Found at https://repo.maven.apache.org/maven2 - - - - -
com.pholser:junit-quickcheck-generators:jar:0.7 Found at https://repo.maven.apache.org/maven2 - - - - -
commons-codec:commons-codec:jar:1.12 Found at https://repo.maven.apache.org/maven2 - - - - -
commons-logging:commons-logging:jar:1.2 Found at https://repo.maven.apache.org/maven2 - - - - -
javassist:javassist:jar:3.11.0.GA Found at https://repo.maven.apache.org/maven2 - - - - -
javax.servlet:javax.servlet-api:jar:3.1.0 Found at https://repo.maven.apache.org/maven2 - - - - -
junit:junit:jar:4.12 Found at https://repo.maven.apache.org/maven2 - - - - -
net.minidev:accessors-smart:jar:1.1 Found at https://repo.maven.apache.org/maven2 - - - - -
net.minidev:json-smart:jar:2.2.1 Found at https://repo.maven.apache.org/maven2 - - - - -
net.sf.jopt-simple:jopt-simple:jar:4.9 Found at https://repo.maven.apache.org/maven2 - - - - -
ognl:ognl:jar:3.1.2 Found at https://repo.maven.apache.org/maven2 - - - - -
org.antlr:antlr-runtime:jar:3.1.2 Found at https://repo.maven.apache.org/maven2 - - - - -
org.apache.commons:commons-collections4:jar:4.0 Found at https://repo.maven.apache.org/maven2 - - - - -
org.apache.commons:commons-lang3:jar:3.5 Found at https://repo.maven.apache.org/maven2 - - - - -
org.apache.httpcomponents:httpasyncclient:jar:4.1.4 Found at https://repo.maven.apache.org/maven2 - - - - -
org.apache.httpcomponents:httpclient:jar:4.5.6 Found at https://repo.maven.apache.org/maven2 - - - - -
org.apache.httpcomponents:httpcore:jar:4.4.10 Found at https://repo.maven.apache.org/maven2 - - - - -
org.apache.httpcomponents:httpcore-nio:jar:4.4.10 Found at https://repo.maven.apache.org/maven2 - - - - -
org.eclipse.jetty:jetty-continuation:jar:9.2.13.v20150730 Found at https://repo.maven.apache.org/maven2 - - - - -
org.eclipse.jetty:jetty-http:jar:9.2.13.v20150730 Found at https://repo.maven.apache.org/maven2 - - - - -
org.eclipse.jetty:jetty-io:jar:9.2.13.v20150730 Found at https://repo.maven.apache.org/maven2 - - - - -
org.eclipse.jetty:jetty-security:jar:9.2.13.v20150730 Found at https://repo.maven.apache.org/maven2 - - - - -
org.eclipse.jetty:jetty-server:jar:9.2.13.v20150730 Found at https://repo.maven.apache.org/maven2 - - - - -
org.eclipse.jetty:jetty-servlet:jar:9.2.13.v20150730 Found at https://repo.maven.apache.org/maven2 - - - - -
org.eclipse.jetty:jetty-servlets:jar:9.2.13.v20150730 Found at https://repo.maven.apache.org/maven2 - - - - -
org.eclipse.jetty:jetty-util:jar:9.2.13.v20150730 Found at https://repo.maven.apache.org/maven2 - - - - -
org.eclipse.jetty:jetty-webapp:jar:9.2.13.v20150730 Found at https://repo.maven.apache.org/maven2 - - - - -
org.eclipse.jetty:jetty-xml:jar:9.2.13.v20150730 Found at https://repo.maven.apache.org/maven2 - - - - -
org.hamcrest:hamcrest-core:jar:1.3 Found at https://repo.maven.apache.org/maven2 - - - - -
org.hamcrest:hamcrest-library:jar:1.3 Found at https://repo.maven.apache.org/maven2 - - - - -
org.immutables:android-stub:jar:2.3.9 Found at https://repo.maven.apache.org/maven2 - - - - -
org.immutables:value:jar:2.3.9 Found at https://repo.maven.apache.org/maven2 - - - - -
org.javaruntype:javaruntype:jar:1.2 Found at https://repo.maven.apache.org/maven2 - - - - -
org.ow2.asm:asm:jar:5.0.3 Found at https://repo.maven.apache.org/maven2 - - - - -
org.slf4j:jcl-over-slf4j:jar:1.7.21 Found at https://repo.maven.apache.org/maven2 - - - - -
org.slf4j:slf4j-api:jar:1.8.0-beta4 Found at https://repo.maven.apache.org/maven2 - - - - -
org.slf4j:slf4j-simple:jar:1.8.0-beta4 Found at https://repo.maven.apache.org/maven2 - - - - -
org.threeten:threetenbp:jar:1.3.8 Found at https://repo.maven.apache.org/maven2 - - - - -
org.xmlunit:xmlunit-core:jar:2.1.1 Found at https://repo.maven.apache.org/maven2 - - - - -
org.xmlunit:xmlunit-legacy:jar:2.1.1 Found at https://repo.maven.apache.org/maven2 - - - - -
ru.vyarus:generics-resolver:jar:2.0.1 Found at https://repo.maven.apache.org/maven2 - - - - -
Total central ow2-snapshot sonatype-nexus-snapshots glassfish-repository jvnet-nexus-snapshots apache.snapshots
50 (compile: 12, test: 35, provided: 3) 50 0 0 0 0 0