Categories |
CategoriesRESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdws.ament.hammock |
ArtifactId | ArtifactIdrest-resteasy |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
rest-resteasy-1.3.pom | |
rest-resteasy-1.3.jar | 5 KB |
rest-resteasy-1.3-sources.jar | 3 KB |
rest-resteasy-1.3-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ws.ament.hammock/rest-resteasy/ -->
<dependency>
<groupId>ws.ament.hammock</groupId>
<artifactId>rest-resteasy</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/ws.ament.hammock/rest-resteasy/
implementation 'ws.ament.hammock:rest-resteasy:1.3'
// https://jarcasting.com/artifacts/ws.ament.hammock/rest-resteasy/
implementation ("ws.ament.hammock:rest-resteasy:1.3")
'ws.ament.hammock:rest-resteasy:jar:1.3'
<dependency org="ws.ament.hammock" name="rest-resteasy" rev="1.3">
<artifact name="rest-resteasy" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.ament.hammock', module='rest-resteasy', version='1.3')
)
libraryDependencies += "ws.ament.hammock" % "rest-resteasy" % "1.3"
[ws.ament.hammock/rest-resteasy "1.3"]