License |
License |
---|---|
Categories |
CategoriesNet Jersey Program Interface REST Frameworks |
GroupId | GroupIdnet.krotscheck.jersey2 |
ArtifactId | ArtifactIdjersey2-util |
Version | Version1.1.14 |
Type | Typejar |
Description |
Descriptionjersey2-util
Utilities that simplify writing code within a Jersey2
environment.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jersey2-util-1.1.14.pom | |
jersey2-util-1.1.14.jar | 4 KB |
jersey2-util-1.1.14-sources.jar | 4 KB |
jersey2-util-1.1.14-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.krotscheck.jersey2/jersey2-util/ -->
<dependency>
<groupId>net.krotscheck.jersey2</groupId>
<artifactId>jersey2-util</artifactId>
<version>1.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/net.krotscheck.jersey2/jersey2-util/
implementation 'net.krotscheck.jersey2:jersey2-util:1.1.14'
// https://jarcasting.com/artifacts/net.krotscheck.jersey2/jersey2-util/
implementation ("net.krotscheck.jersey2:jersey2-util:1.1.14")
'net.krotscheck.jersey2:jersey2-util:jar:1.1.14'
<dependency org="net.krotscheck.jersey2" name="jersey2-util" rev="1.1.14">
<artifact name="jersey2-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.krotscheck.jersey2', module='jersey2-util', version='1.1.14')
)
libraryDependencies += "net.krotscheck.jersey2" % "jersey2-util" % "1.1.14"
[net.krotscheck.jersey2/jersey2-util "1.1.14"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.4 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.containers : jersey-container-servlet | jar | 2.11 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-core | jar | 1.0.13 |
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-grizzly2 | jar | 2.11 |
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |
org.powermock : powermock-module-junit4 | jar | 1.5.5 |
org.powermock : powermock-api-mockito | jar | 1.5.5 |