How to install the Java artifact org.safehaus.jettyjam.jettyjam-rest with Maven
Java
Maven
pom.xml
org.safehaus.jettyjam
jettyjam-rest
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.safehaus.jettyjam</groupId>
<artifactId>jettyjam-rest</artifactId>
<version>2.1.5</version>
</dependency>
/dependencies>