Download jetty-server-9.1.0.RC2.jar file - Jar j

Jar examples for j:jetty-server

Description

The core jetty server artifact.

You can download jar file jetty-server 9.1.0.RC2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jetty-server-9.1.0.RC2.jar to your project.

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

Download

Click the following link to download the jar file.

jetty-server-9.1.0.RC2-config.jar
jetty-server-9.1.0.RC2-javadoc.jar
jetty-server-9.1.0.RC2-sources.jar
jetty-server-9.1.0.RC2-tests.jar
jetty-server-9.1.0.RC2.jar
jetty-server-9.1.0.RC2.pom



Related Tutorials