is not current version
Last Version 2.1

ws.ament.hammock:rest-resteasy 1.0


Categories

Categories

RESTEasy Program Interface REST Frameworks
GroupId

GroupId

ws.ament.hammock
ArtifactId

ArtifactId

rest-resteasy
Version

Version

1.0
Type

Type

jar

Download rest-resteasy 1.0


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