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

Jar examples for o:org.mortbay.jetty

Description

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

Build File

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

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

Download

Click the following link to download the jar file.

org.mortbay.jetty-4.2.20.jar
org.mortbay.jetty-4.2.20.pom



Related Tutorials