Download jetty-0.9.jar file - Jar j

Jar examples for j:jetty

Description

Jetty is an open-source, standards-based, full-featured web server implemented entirely in Java. It is released under the Apache 2.0 licence and is therefore free for commercial use and distribution. First created in 1995, Jetty has benefitted from input from a vast user community and consistent and focused development by a stable core of lead developers. There are many more examples of Jetty in action on the Jetty Powered Page that has selections from among the tens of thousands of production Jetty instances. However, as Jetty aims to be as unobtrusive as possible, countless websites and products are based around Jetty, but Jetty is invisible!

You can download jar file jetty 0.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jetty-0.9.jar to your project.

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

Download

Click the following link to download the jar file.

jetty-0.9-javadoc.jar
jetty-0.9-sources.jar
jetty-0.9.jar
jetty-0.9.pom



Related Tutorials