Download org.mortbay.jetty-5.1.9.jar file - Jar o

Jar examples for o:org.mortbay.jetty

Description

You can download jar file org.mortbay.jetty 5.1.9 in this page.

Build File

You can use the following script to add org.mortbay.jetty-5.1.9.jar to your project.

<dependency>
   <groupId>jetty</groupId>
   <artifactId>org.mortbay.jetty</artifactId>
   <version>5.1.9</version>
</dependency>
compile group: 'jetty', name: 'org.mortbay.jetty', version: '5.1.9'
libraryDependencies += "jetty" % "org.mortbay.jetty" % "5.1.9"
<dependency org="jetty" name="org.mortbay.jetty" rev="5.1.9"/>
@Grapes(@Grab(group='jetty', module='org.mortbay.jetty', version='5.1.9'))
'jetty:org.mortbay.jetty:jar:5.1.9'

Download

Click the following link to download the jar file.

org.mortbay.jetty-5.1.9.jar
org.mortbay.jetty-5.1.9.pom



Related Tutorials