is not current version
Last Version 2.1

ws.ament.hammock:rest-jersey 1.5


Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

ws.ament.hammock
ArtifactId

ArtifactId

rest-jersey
Version

Version

1.5
Type

Type

jar

Download rest-jersey 1.5


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