Download jetty8-3.0.1.jar file - Jar j

Jar examples for j:jetty8

Description

Geronimo Jetty Web Server integration.

You can download jar file jetty8 3.0.1 in this page.

License

Apache License

Build File

You can use the following script to add jetty8-3.0.1.jar to your project.

<dependency>
   <groupId>org.apache.geronimo.configs</groupId>
   <artifactId>jetty8</artifactId>
   <version>3.0.1</version>
</dependency>
compile group: 'org.apache.geronimo.configs', name: 'jetty8', version: '3.0.1'
libraryDependencies += "org.apache.geronimo.configs" % "jetty8" % "3.0.1"
<dependency org="org.apache.geronimo.configs" name="jetty8" rev="3.0.1"/>
@Grapes(@Grab(group='org.apache.geronimo.configs', module='jetty8', version='3.0.1'))
'org.apache.geronimo.configs:jetty8:jar:3.0.1'

Download

Click the following link to download the jar file.

jetty8-3.0.1.pom



Related Tutorials