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