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

Jar examples for o:org.mortbay.jetty

Description

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

Build File

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

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

Download

Click the following link to download the jar file.

org.mortbay.jetty-4.2.22.jar
org.mortbay.jetty-4.2.22.pom



Related Tutorials