is not current version
Last Version 2.1.5

org.safehaus.jettyjam:jettyjam-rest 2.0.0

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

2.0.0
Type

Type

jar

Download jettyjam-rest 2.0.0


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