Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.joeyb.undercarriage |
ArtifactId | ArtifactIdjersey |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
jersey-1.3.2.pom | |
jersey-1.3.2.jar | 19 KB |
jersey-1.3.2-sources.jar | 7 KB |
jersey-1.3.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/jersey/
implementation 'org.joeyb.undercarriage:jersey:1.3.2'
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/jersey/
implementation ("org.joeyb.undercarriage:jersey:1.3.2")
'org.joeyb.undercarriage:jersey:jar:1.3.2'
<dependency org="org.joeyb.undercarriage" name="jersey" rev="1.3.2">
<artifact name="jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joeyb.undercarriage', module='jersey', version='1.3.2')
)
libraryDependencies += "org.joeyb.undercarriage" % "jersey" % "1.3.2"
[org.joeyb.undercarriage/jersey "1.3.2"]