is not current version
Last Version 1.3.3

org.joeyb.undercarriage:jersey 1.3.1

null

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

org.joeyb.undercarriage
ArtifactId

ArtifactId

jersey
Version

Version

1.3.1
Type

Type

jar

Download jersey 1.3.1


<!-- https://jarcasting.com/artifacts/org.joeyb.undercarriage/jersey/ -->
<dependency>
    <groupId>org.joeyb.undercarriage</groupId>
    <artifactId>jersey</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/jersey/
implementation 'org.joeyb.undercarriage:jersey:1.3.1'
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/jersey/
implementation ("org.joeyb.undercarriage:jersey:1.3.1")
'org.joeyb.undercarriage:jersey:jar:1.3.1'
<dependency org="org.joeyb.undercarriage" name="jersey" rev="1.3.1">
  <artifact name="jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joeyb.undercarriage', module='jersey', version='1.3.1')
)
libraryDependencies += "org.joeyb.undercarriage" % "jersey" % "1.3.1"
[org.joeyb.undercarriage/jersey "1.3.1"]