is not current version
Last Version 2.1.5

org.safehaus.jettyjam:jettyjam-rest 1.0.2

An embedded Jetty, Jackson, Jersey based REST application example.

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.safehaus.jettyjam
ArtifactId

ArtifactId

jettyjam-rest
Version

Version

1.0.2
Type

Type

jar

Download jettyjam-rest 1.0.2


<!-- https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-rest/ -->
<dependency>
    <groupId>org.safehaus.jettyjam</groupId>
    <artifactId>jettyjam-rest</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-rest/
implementation 'org.safehaus.jettyjam:jettyjam-rest:1.0.2'
// https://jarcasting.com/artifacts/org.safehaus.jettyjam/jettyjam-rest/
implementation ("org.safehaus.jettyjam:jettyjam-rest:1.0.2")
'org.safehaus.jettyjam:jettyjam-rest:jar:1.0.2'
<dependency org="org.safehaus.jettyjam" name="jettyjam-rest" rev="1.0.2">
  <artifact name="jettyjam-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.safehaus.jettyjam', module='jettyjam-rest', version='1.0.2')
)
libraryDependencies += "org.safehaus.jettyjam" % "jettyjam-rest" % "1.0.2"
[org.safehaus.jettyjam/jettyjam-rest "1.0.2"]