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 |
---|---|---|---|---|
io.earcam | io.earcam.unexceptional | 1.0.0 | jar | The Apache License, Version 2.0-BSD 3-Clause License-Eclipse Public License-MIT License |
javax.json | javax.json-api | 1.1.2 | jar | Dual license consisting of the CDDL v1.1 and GPL v2 |
javax.json.bind | javax.json.bind-api | 1.0 | jar | Dual license consisting of the CDDL v1.1 and GPL v2 |
javax.ws.rs | javax.ws.rs-api | 2.1.1 | jar | EPL 2.0-GPL2 w/ CPE |
javax.xml.bind | jaxb-api | 2.3.1 | jar | CDDL 1.1-GPL2 w/ CPE |
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 |
---|---|---|---|---|
org.eclipse | yasson | 1.0.1 | jar | Eclipse Distribution License 1.0 (BSD)-Eclipse Public License 1.0 |
org.glassfish | javax.json | 1.1.2 | jar | Dual license consisting of the CDDL v1.1 and GPL v2 |
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:
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 BSD 3-Clause License |
org.slf4j | slf4j-api | 1.8.0-beta2 | jar | MIT License |
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 |
---|---|---|---|---|
javax.activation | javax.activation-api | 1.2.0 | jar | CDDL/GPLv2+CE |
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:
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.annotation | javax.annotation-api | 1.3.2 | jar | CDDL + GPLv2 with classpath exception |
Project Dependency Graph
Dependency Tree
- io.earcam.utilitarian:io.earcam.utilitarian.web.jaxrs:jar:1.2.1 (compile)
io.earcam.utilitarian.web.jaxrs Description: Common client code for javax.ws.rs
URL: https://utilitarian.earcam.io/web/jaxrs
Project Licenses: The Apache License, Version 2.0, BSD 3-Clause License, Eclipse Public License, MIT License
- io.earcam.utilitarian:io.earcam.utilitarian.net:jar:1.2.1 (test)
io.earcam.utilitarian.net Description: javax.net utility, primarily to fudge SSL for testing
URL: https://utilitarian.earcam.io/net
Project Licenses: The Apache License, Version 2.0, BSD 3-Clause License, Eclipse Public License, MIT License
- io.earcam.utilitarian:io.earcam.utilitarian.security:jar:1.2.1 (test)
io.earcam.utilitarian.security Description: KeyPair, KeyStore and Certificate utilities
URL: https://utilitarian.earcam.io/security
Project Licenses: The Apache License, Version 2.0, BSD 3-Clause License, Eclipse Public License, MIT License
- org.bouncycastle:bcprov-ext-jdk15on:jar:1.60 (test)
Bouncy Castle Provider Description: The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8. Note: this package includes the NTRU encryption algorithms.
URL: https://www.bouncycastle.org/java.html
Project Licenses: Bouncy Castle Licence
- org.bouncycastle:bcprov-jdk15on:jar:1.60 (test)
Bouncy Castle Provider Description: The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.
URL: http://www.bouncycastle.org/java.html
Project Licenses: Bouncy Castle Licence
- org.bouncycastle:bcpkix-jdk15on:jar:1.60 (test)
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs Description: The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.5 to JDK 1.8. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.
URL: http://www.bouncycastle.org/java.html
Project Licenses: Bouncy Castle Licence
- io.earcam.utilitarian:io.earcam.utilitarian.security:jar:1.2.1 (test)
- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http:jar:2.27 (test)
jersey-test-framework-provider-jdk-http Description: Jersey Test Framework - JDK HTTP container
URL: https://jersey.github.io/project/project/jersey-test-framework-provider-jdk-http/
Project Licenses: CDDL 1.1, GPL2 w/ CPE, Apache License, 2.0, Public Domain, Modified BSD
- org.glassfish.jersey.test-framework:jersey-test-framework-core:jar:2.27 (test)
jersey-test-framework-core Description: Jersey Test Framework Core
URL: https://jersey.github.io/project/jersey-test-framework-core/
Project Licenses: CDDL 1.1, GPL2 w/ CPE, Apache License, 2.0, Public Domain, Modified BSD
- org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.27 (test)
jersey-container-servlet-core Description: Jersey core Servlet 2.x implementation
URL: https://jersey.github.io/project/jersey-container-servlet-core/
Project Licenses: CDDL 1.1, GPL2 w/ CPE, Apache License, 2.0, Public Domain, Modified BSD
- javax.servlet:javax.servlet-api:jar:3.0.1 (test)
Java Servlet API Description: Java.net - The Source for Java Technology Collaboration
URL: http://servlet-spec.java.net
Project Licenses: CDDL + GPLv2 with classpath exception
- org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.27 (test)
- org.glassfish.jersey.containers:jersey-container-jdk-http:jar:2.27 (test)
jersey-container-jdk-http Description: JDK Http Container
URL: https://jersey.github.io/project/jersey-container-jdk-http/
Project Licenses: CDDL 1.1, GPL2 w/ CPE, Apache License, 2.0, Public Domain, Modified BSD
- org.glassfish.jersey.core:jersey-server:jar:2.27 (test)
jersey-core-server Description: Jersey core server implementation
URL: https://jersey.github.io/jersey-server/
Project Licenses: Common Development and Distribution License (CDDL), Version 1.1, The GNU General Public License (GPL), Version 2, With Classpath Exception, Apache License, 2.0, Modified BSD
- org.glassfish.jersey.media:jersey-media-jaxb:jar:2.27 (test)
jersey-media-jaxb Description: JAX-RS features based upon JAX-B.
URL: https://jersey.github.io/project/jersey-media-jaxb/
Project Licenses: CDDL 1.1, GPL2 w/ CPE, Apache License, 2.0, Public Domain, Modified BSD
- javax.annotation:javax.annotation-api:jar:1.3.2 (provided)
javax.annotation API Description: Common Annotations for the JavaTM Platform API
URL: http://jcp.org/en/jsr/detail?id=250
Project Licenses: CDDL + GPLv2 with classpath exception
- javax.validation:validation-api:jar:1.1.0.Final (test)
Bean Validation API Description: Bean Validation API
URL: http://beanvalidation.org
Project Licenses: The Apache Software License, Version 2.0
- org.glassfish.jersey.media:jersey-media-jaxb:jar:2.27 (test)
- junit:junit:jar:4.12 (test)
JUnit Description: JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
URL: http://junit.org
Project Licenses: Eclipse Public License 1.0
- org.hamcrest:hamcrest-core:jar:1.3 (test)
Hamcrest Core Description: This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
URL: https://github.com/hamcrest/JavaHamcrest/hamcrest-core
Project Licenses: New BSD License
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.glassfish.jersey.test-framework:jersey-test-framework-core:jar:2.27 (test)
- org.mockito:mockito-core:jar:2.22.0 (test)
mockito-core Description: Mockito mock objects library core API and implementation
URL: https://github.com/mockito/mockito
Project Licenses: The MIT License
- net.bytebuddy:byte-buddy:jar:1.8.21 (test)
Byte Buddy (without dependencies) Description: Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.
URL: http://bytebuddy.net/byte-buddy
Project Licenses: The Apache Software License, Version 2.0
- net.bytebuddy:byte-buddy-agent:jar:1.8.21 (test)
Byte Buddy Java agent Description: The Byte Buddy Java agent allows to access the JVM's HotSwap feature.
URL: http://bytebuddy.net/byte-buddy-agent
Project Licenses: The Apache Software License, Version 2.0
- org.objenesis:objenesis:jar:2.6 (test)
Objenesis Description: A library for instantiating Java objects
URL: http://objenesis.org
Project Licenses: Apache 2
- net.bytebuddy:byte-buddy:jar:1.8.21 (test)
- javax.xml.bind:jaxb-api:jar:2.3.1 (compile)
jaxb-api Description: JAXB (JSR 222) API
URL: https://github.com/javaee/jaxb-spec/jaxb-api
Project Licenses: CDDL 1.1, GPL2 w/ CPE
- javax.activation:javax.activation-api:jar:1.2.0 (compile)
JavaBeans Activation Framework API jar Description: JavaBeans Activation Framework API jar
URL: http://java.net/all/javax.activation-api/
Project Licenses: CDDL/GPLv2+CE
- javax.activation:javax.activation-api:jar:1.2.0 (compile)
- javax.ws.rs:javax.ws.rs-api:jar:2.1.1 (compile)
javax.ws.rs-api Description: Java API for RESTful Web Services
URL: https://github.com/eclipse-ee4j/jaxrs-api
Project Licenses: EPL 2.0, GPL2 w/ CPE
- javax.json.bind:javax.json.bind-api:jar:1.0 (compile)
javax.json.bind-api Description: Java.net - The Source for Java Technology Collaboration
URL: https://javaee.github.io/jsonb-spec
Project Licenses: Dual license consisting of the CDDL v1.1 and GPL v2
- javax.json:javax.json-api:jar:1.1.2 (compile)
JSR 374 (JSON Processing) API Description: API module of JSR 374:Java API for Processing JSON
URL: https://javaee.github.io/jsonp
Project Licenses: Dual license consisting of the CDDL v1.1 and GPL v2
- org.eclipse:yasson:jar:1.0.1 (runtime)
org.eclipse.yasson Description: Eclipse Yasson. Reference implementation of JSR-367 (JSON-B).
URL: https://projects.eclipse.org/projects/rt.yasson
Project Licenses: Eclipse Distribution License 1.0 (BSD), Eclipse Public License 1.0
- org.glassfish:javax.json:jar:1.1.2 (runtime)
JSR 374 (JSON Processing) Default Provider Description: Default provider for JSR 374:Java API for Processing JSON
URL: https://javaee.github.io/jsonp
Project Licenses: Dual license consisting of the CDDL v1.1 and GPL v2
- org.glassfish.jersey.core:jersey-client:jar:2.27 (test)
jersey-core-client Description: Jersey core client implementation
URL: https://jersey.github.io/jersey-client/
Project Licenses: CDDL 1.1, GPL2 w/ CPE, Apache License, 2.0, Public Domain, Modified BSD
- org.glassfish.jersey.core:jersey-common:jar:2.27 (test)
jersey-core-common Description: Jersey core common packages
URL: https://jersey.github.io/jersey-common/
Project Licenses: Common Development and Distribution License (CDDL), Version 1.1, The GNU General Public License (GPL), Version 2, With Classpath Exception, Apache License, 2.0, Public Domain
- org.glassfish.hk2:osgi-resource-locator:jar:1.0.1 (test)
OSGi resource locator bundle - used by various API providers that rely on META-INF/services mechanism to locate providers. Description: See http://wiki.glassfish.java.net/Wiki.jsp?page=JdkSpiOsgi for more information
URL: http://glassfish.org/osgi-resource-locator/
Project Licenses: CDDL + GPLv2 with classpath exception
- org.glassfish.hk2:osgi-resource-locator:jar:1.0.1 (test)
- org.glassfish.hk2.external:javax.inject:jar:2.5.0-b42 (test)
javax.inject:1 as OSGi bundle Description: Injection API (JSR 330) version ${javax.inject.version} repackaged as OSGi bundle
URL: https://github.com/hk2-project/hk2/external/javax.inject
Project Licenses: CDDL + GPLv2 with classpath exception
- org.glassfish.jersey.core:jersey-common:jar:2.27 (test)
- org.glassfish.jersey.inject:jersey-hk2:jar:2.27 (test)
jersey-inject-hk2 Description: HK2 InjectionManager implementation
URL: https://jersey.github.io/project/jersey-hk2/
Project Licenses: CDDL 1.1, GPL2 w/ CPE, Apache License, 2.0, Public Domain, Modified BSD
- org.glassfish.hk2:hk2-locator:jar:2.5.0-b42 (test)
ServiceLocator Default Implementation Description: ServiceLocator Default Implementation
URL: https://github.com/hk2-project/hk2/hk2-locator
Project Licenses: CDDL + GPLv2 with classpath exception
- org.glassfish.hk2.external:aopalliance-repackaged:jar:2.5.0-b42 (test)
aopalliance version 1.0 repackaged as a module Description: Dependency Injection Kernel
URL: https://github.com/hk2-project/hk2/external/aopalliance-repackaged
Project Licenses: CDDL + GPLv2 with classpath exception
- org.glassfish.hk2:hk2-api:jar:2.5.0-b42 (test)
HK2 API module Description: HK2 API module
URL: https://github.com/hk2-project/hk2/hk2-api
Project Licenses: CDDL + GPLv2 with classpath exception
- javax.inject:javax.inject:jar:1 (test)
javax.inject Description: The javax.inject API
URL: http://code.google.com/p/atinject/
Project Licenses: The Apache Software License, Version 2.0
- javax.inject:javax.inject:jar:1 (test)
- org.glassfish.hk2:hk2-utils:jar:2.5.0-b42 (test)
HK2 Implementation Utilities Description: HK2 Implementation Utilities
URL: https://github.com/hk2-project/hk2/hk2-utils
Project Licenses: CDDL + GPLv2 with classpath exception
- org.javassist:javassist:jar:3.22.0-CR2 (test)
Javassist Description: Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java.
URL: http://www.javassist.org/
Project Licenses: MPL 1.1, LGPL 2.1, Apache License 2.0
- org.glassfish.hk2.external:aopalliance-repackaged:jar:2.5.0-b42 (test)
- org.glassfish.hk2:hk2-locator:jar:2.5.0-b42 (test)
- io.earcam:io.earcam.unexceptional:jar:1.0.0 (compile)
io.earcam.unexceptional Description: A small cohesive module, leveraging Java 8 functional capabilities to remove most of the boiler-plate of handling checked exceptions.
URL: https://unexceptional.earcam.io
Project Licenses: The Apache License, Version 2.0, BSD 3-Clause License, Eclipse Public License, MIT License
- org.slf4j:slf4j-api:jar:1.8.0-beta2 (provided)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project Licenses: MIT License
- org.slf4j:slf4j-simple:jar:1.8.0-beta2 (test)
SLF4J Simple Binding Description: SLF4J Simple binding
URL: http://www.slf4j.org
Project Licenses: MIT License
- com.google.code.findbugs:jsr305:jar:3.0.2 (provided)
FindBugs-jsr305 Description: JSR305 Annotations for Findbugs
URL: http://findbugs.sourceforge.net/
Project Licenses: The BSD 3-Clause License
- org.junit.jupiter:junit-jupiter-api:jar:5.3.1 (test)
JUnit Jupiter API Description: Module "junit-jupiter-api" of JUnit 5.
Project Licenses: Eclipse Public License v2.0
- org.apiguardian:apiguardian-api:jar:1.0.0 (test)
org.apiguardian:apiguardian-api Description: @API Guardian
URL: https://github.com/apiguardian-team/apiguardian
Project Licenses: The Apache License, Version 2.0
- org.opentest4j:opentest4j:jar:1.1.1 (test)
org.opentest4j:opentest4j Description: Open Test Alliance for the JVM
URL: https://github.com/ota4j-team/opentest4j
Project Licenses: The Apache License, Version 2.0
- org.junit.platform:junit-platform-commons:jar:1.3.1 (test)
JUnit Platform Commons Description: Module "junit-platform-commons" of JUnit 5.
Project Licenses: Eclipse Public License v2.0
- org.apiguardian:apiguardian-api:jar:1.0.0 (test)
- org.junit.platform:junit-platform-launcher:jar:1.3.1 (test)
JUnit Platform Launcher Description: Module "junit-platform-launcher" of JUnit 5.
Project Licenses: Eclipse Public License v2.0
- org.junit.platform:junit-platform-engine:jar:1.3.1 (test)
JUnit Platform Engine API Description: Module "junit-platform-engine" of JUnit 5.
Project Licenses: Eclipse Public License v2.0
- org.junit.platform:junit-platform-engine:jar:1.3.1 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.3.1 (test)
JUnit Jupiter Engine Description: Module "junit-jupiter-engine" of JUnit 5.
Project Licenses: Eclipse Public License v2.0
- org.junit.vintage:junit-vintage-engine:jar:5.3.1 (test)
JUnit Vintage Engine Description: Module "junit-vintage-engine" of JUnit 5.
Project Licenses: Eclipse Public License v2.0
- org.hamcrest:java-hamcrest:jar:2.0.0.0 (test)
Java Hamcrest Description: Hamcrest matcher library for Java
URL: http://hamcrest.org/JavaHamcrest/
Project Licenses: BSD Licence 3
- io.earcam.utilitarian:io.earcam.utilitarian.net:jar:1.2.1 (test)
Licenses
Common Development and Distribution License (CDDL), Version 1.1: jersey-core-common, jersey-core-server
The Apache License, Version 2.0: io.earcam.unexceptional, io.earcam.utilitarian.net, io.earcam.utilitarian.security, io.earcam.utilitarian.web.jaxrs, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Eclipse Public License 1.0: JUnit, org.eclipse.yasson
MIT License: SLF4J API Module, SLF4J Simple Binding, io.earcam.unexceptional, io.earcam.utilitarian.net, io.earcam.utilitarian.security, io.earcam.utilitarian.web.jaxrs
Eclipse Distribution License 1.0 (BSD): org.eclipse.yasson
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher, JUnit Vintage Engine
GPL2 w/ CPE: javax.ws.rs-api, jaxb-api, jersey-container-jdk-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jdk-http
New BSD License: Hamcrest Core
BSD 3-Clause License: io.earcam.unexceptional, io.earcam.utilitarian.net, io.earcam.utilitarian.security, io.earcam.utilitarian.web.jaxrs
Apache 2: Objenesis
CDDL/GPLv2+CE: JavaBeans Activation Framework API jar
The BSD 3-Clause License: FindBugs-jsr305
Apache License 2.0: Javassist
The MIT License: mockito-core
EPL 2.0: javax.ws.rs-api
MPL 1.1: Javassist
Apache License, 2.0: jersey-container-jdk-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jdk-http
CDDL 1.1: jaxb-api, jersey-container-jdk-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jdk-http
Eclipse Public License: io.earcam.unexceptional, io.earcam.utilitarian.net, io.earcam.utilitarian.security, io.earcam.utilitarian.web.jaxrs
Public Domain: jersey-container-jdk-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jdk-http
BSD Licence 3: Java Hamcrest
Bouncy Castle Licence: Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs, Bouncy Castle Provider
Modified BSD: jersey-container-jdk-http, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jdk-http
LGPL 2.1: Javassist
CDDL + GPLv2 with classpath exception: HK2 API module, HK2 Implementation Utilities, Java Servlet API, OSGi resource locator bundle - used by various API providers that rely on META-INF/services mechanism to locate providers., ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, javax.annotation API, javax.inject:1 as OSGi bundle
Dual license consisting of the CDDL v1.1 and GPL v2: JSR 374 (JSON Processing) API, JSR 374 (JSON Processing) Default Provider, javax.json.bind-api
The Apache Software License, Version 2.0: Bean Validation API, Byte Buddy (without dependencies), Byte Buddy Java agent, javax.inject
The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server
Dependency File Details
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
jsr305-3.0.2.jar | 20.1 kB | 46 | 35 | 3 | 1.6 | Yes |
io.earcam.unexceptional-1.0.0.jar | 39.7 kB | 35 | 24 | 1 | 1.8 | Yes |
io.earcam.utilitarian.net-1.2.1.jar | 10.9 kB | 19 | 7 | 2 | 1.8 | Yes |
io.earcam.utilitarian.security-1.2.1.jar | 16.8 kB | 19 | 8 | 1 | 1.8 | Yes |
javax.activation-api-1.2.0.jar | 56.7 kB | 41 | 31 | 1 | 1.5 | Yes |
javax.annotation-api-1.3.2.jar | 26.6 kB | 29 | 15 | 3 | 1.8 | Yes |
javax.inject-1.jar | 2.5 kB | 8 | 6 | 1 | 1.5 | No |
javax.json-api-1.1.2.jar | 31.1 kB | 46 | 34 | 3 | 1.8 | Yes |
javax.json.bind-api-1.0.jar | 23.7 kB | 42 | 26 | 6 | 1.8 | Yes |
javax.servlet-api-3.0.1.jar | 85.4 kB | 94 | 74 | 4 | 1.5 | Yes |
validation-api-1.1.0.Final.jar | 63.8 kB | 122 | 106 | 8 | 1.6 | Yes |
javax.ws.rs-api-2.1.1.jar | 126.9 kB | 153 | 137 | 6 | 1.8 | Yes |
jaxb-api-2.3.1.jar | 128.1 kB | 136 | 110 | 6 | - | Yes |
junit-4.12.jar | 314.9 kB | 323 | 286 | 30 | 1.5 | Yes |
byte-buddy-1.8.21.jar | 3.1 MB | 2179 | 2130 | 36 | 1.6 | Yes |
byte-buddy-agent-1.8.21.jar | 41.8 kB | 39 | 29 | 1 | 1.6 | Yes |
apiguardian-api-1.0.0.jar | 2.2 kB | 7 | 2 | 1 | 1.6 | Yes |
bcpkix-jdk15on-1.60.jar | 796.5 kB | 723 | 674 | 42 | 1.5 | No |
bcprov-ext-jdk15on-1.60.jar | 4.3 MB | 3541 | 3372 | 153 | 1.5 | No |
bcprov-jdk15on-1.60.jar | 4.2 MB | 3494 | 3330 | 149 | 1.5 | No |
yasson-1.0.1.jar | 296.3 kB | 244 | 222 | 9 | 1.8 | Yes |
javax.json-1.1.2.jar | 101.1 kB | 73 | 60 | 2 | 1.8 | Yes |
hk2-api-2.5.0-b42.jar | 186.8 kB | 193 | 174 | 7 | 1.6 | Yes |
hk2-locator-2.5.0-b42.jar | 189.5 kB | 114 | 98 | 3 | 1.6 | Yes |
hk2-utils-2.5.0-b42.jar | 135.3 kB | 115 | 90 | 8 | 1.6 | Yes |
osgi-resource-locator-1.0.1.jar | 20.2 kB | 23 | 12 | 1 | 1.6 | Yes |
aopalliance-repackaged-2.5.0-b42.jar | 14.8 kB | 39 | 26 | 4 | 1.6 | Yes |
javax.inject-2.5.0-b42.jar | 6 kB | 15 | 6 | 1 | 1.6 | No |
jersey-container-jdk-http-2.27.jar | 21.2 kB | 23 | 8 | 2 | 1.8 | Yes |
jersey-container-servlet-core-2.27.jar | 59.3 kB | 57 | 42 | 4 | 1.8 | Yes |
jersey-client-2.27.jar | 181.6 kB | 128 | 110 | 6 | 1.8 | Yes |
jersey-common-2.27.jar | 1.1 MB | 834 | 800 | 20 | 1.8 | Yes |
jersey-server-2.27.jar | 933.6 kB | 668 | 617 | 27 | 1.8 | Yes |
jersey-hk2-2.27.jar | 62.5 kB | 59 | 44 | 1 | 1.8 | Yes |
jersey-media-jaxb-2.27.jar | 71.9 kB | 62 | 47 | 1 | 1.8 | Yes |
jersey-test-framework-core-2.27.jar | 29.9 kB | 34 | 22 | 2 | 1.8 | Yes |
jersey-test-framework-provider-jdk-http-2.27.jar | 7.1 kB | 17 | 3 | 1 | 1.8 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
java-hamcrest-2.0.0.0.jar | 112.9 kB | 115 | 101 | 11 | 1.7 | Yes |
javassist-3.22.0-CR2.jar | 737.9 kB | 425 | 401 | 17 | 1.6 | Yes |
junit-jupiter-api-5.3.1.jar | 114.9 kB | 117 | 104 | 5 | 1.8 | Yes |
junit-jupiter-engine-5.3.1.jar | 149.8 kB | 100 | 84 | 7 | 1.8 | Yes |
junit-platform-commons-1.3.1.jar | 77.9 kB | 49 | 30 | 5 | - | Yes |
junit-platform-engine-1.3.1.jar | 135 kB | 113 | 98 | 7 | 1.8 | Yes |
junit-platform-launcher-1.3.1.jar | 94.6 kB | 72 | 61 | 4 | 1.8 | Yes |
junit-vintage-engine-5.3.1.jar | 62.2 kB | 50 | 36 | 5 | 1.8 | Yes |
mockito-core-2.22.0.jar | 564.9 kB | 613 | 542 | 64 | 1.6 | Yes |
objenesis-2.6.jar | 55.7 kB | 59 | 43 | 10 | 1.6 | Yes |
opentest4j-1.1.1.jar | 7.1 kB | 10 | 6 | 1 | 1.6 | Yes |
slf4j-api-1.8.0-beta2.jar | 43.9 kB | 51 | 38 | 4 | 1.6 | Yes |
slf4j-simple-1.8.0-beta2.jar | 15.1 kB | 21 | 8 | 1 | 1.6 | Yes |
51 | 19 MB | 15641 | 14414 | 700 | 1.8 | 46 |
compile: 6 | compile: 406.2 kB | compile: 453 | compile: 362 | compile: 23 | - | compile: 6 |
test: 40 | test: 18.1 MB | test: 14745 | test: 13682 | test: 656 | - | test: 35 |
runtime: 2 | runtime: 397.4 kB | runtime: 317 | runtime: 282 | runtime: 11 | - | runtime: 2 |
provided: 3 | provided: 90.6 kB | provided: 126 | provided: 88 | provided: 10 | - | provided: 3 |