Categories |
CategoriesRESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdws.ament.hammock |
ArtifactId | ArtifactIdrest-resteasy |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
rest-resteasy-0.4.0.pom | |
rest-resteasy-0.4.0.jar | 4 KB |
rest-resteasy-0.4.0-sources.jar | 2 KB |
rest-resteasy-0.4.0-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>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/ws.ament.hammock/rest-resteasy/
implementation 'ws.ament.hammock:rest-resteasy:0.4.0'
// https://jarcasting.com/artifacts/ws.ament.hammock/rest-resteasy/
implementation ("ws.ament.hammock:rest-resteasy:0.4.0")
'ws.ament.hammock:rest-resteasy:jar:0.4.0'
<dependency org="ws.ament.hammock" name="rest-resteasy" rev="0.4.0">
<artifact name="rest-resteasy" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.ament.hammock', module='rest-resteasy', version='0.4.0')
)
libraryDependencies += "ws.ament.hammock" % "rest-resteasy" % "0.4.0"
[ws.ament.hammock/rest-resteasy "0.4.0"]