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