License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdorg.joeyb.undercarriage |
ArtifactId | ArtifactIdjersey |
Version | Version1.3.3 |
Type | Typejar |
Description |
Descriptionundercarriage jersey
null
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jersey-1.3.3.pom | |
jersey-1.3.3.jar | 19 KB |
jersey-1.3.3-sources.jar | 7 KB |
jersey-1.3.3-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joeyb.undercarriage/jersey/ -->
<dependency>
<groupId>org.joeyb.undercarriage</groupId>
<artifactId>jersey</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/jersey/
implementation 'org.joeyb.undercarriage:jersey:1.3.3'
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/jersey/
implementation ("org.joeyb.undercarriage:jersey:1.3.3")
'org.joeyb.undercarriage:jersey:jar:1.3.3'
<dependency org="org.joeyb.undercarriage" name="jersey" rev="1.3.3">
<artifact name="jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joeyb.undercarriage', module='jersey', version='1.3.3')
)
libraryDependencies += "org.joeyb.undercarriage" % "jersey" % "1.3.3"
[org.joeyb.undercarriage/jersey "1.3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.joeyb.undercarriage : core | jar | 1.3.3 |
javax.inject : javax.inject | jar | 1 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.25 |
org.glassfish.jersey.core : jersey-server | jar | 2.25 |
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.8.6 |
org.glassfish.jersey.containers : jersey-container-jetty-http | jar | 2.25 |
org.glassfish.jersey.containers : jersey-container-jetty-servlet | jar | 2.25 |
Group / Artifact | Type | Version |
---|---|---|
org.immutables : value | jar | 2.4.2 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.7.1 |
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.6.2 |