Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.safehaus.jettyjam |
ArtifactId | ArtifactIdrest |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
rest-1.0.0.pom | |
rest-1.0.0.jar | 8 MB |
rest-1.0.0-sources.jar | 3 KB |
rest-1.0.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.safehaus.jettyjam/rest/ -->
<dependency>
<groupId>org.safehaus.jettyjam</groupId>
<artifactId>rest</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/rest/
implementation 'org.safehaus.jettyjam:rest:1.0.0'
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/rest/
implementation ("org.safehaus.jettyjam:rest:1.0.0")
'org.safehaus.jettyjam:rest:jar:1.0.0'
<dependency org="org.safehaus.jettyjam" name="rest" rev="1.0.0">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.safehaus.jettyjam', module='rest', version='1.0.0')
)
libraryDependencies += "org.safehaus.jettyjam" % "rest" % "1.0.0"
[org.safehaus.jettyjam/rest "1.0.0"]