Download common-jetty8-4.4.jar file - Jar c

Jar examples for c:common-jetty8

Description

This provides commonly used Jetty extensions that are used in the Runnable-War.

You can download jar file common-jetty8 4.4 in this page.

Build File

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

<dependency>
   <groupId>nz.ac.auckland.common</groupId>
   <artifactId>common-jetty8</artifactId>
   <version>4.4</version>
</dependency>
compile group: 'nz.ac.auckland.common', name: 'common-jetty8', version: '4.4'
libraryDependencies += "nz.ac.auckland.common" % "common-jetty8" % "4.4"
<dependency org="nz.ac.auckland.common" name="common-jetty8" rev="4.4"/>
@Grapes(@Grab(group='nz.ac.auckland.common', module='common-jetty8', version='4.4'))
'nz.ac.auckland.common:common-jetty8:jar:4.4'

Download

Click the following link to download the jar file.

common-jetty8-4.4-javadoc.jar
common-jetty8-4.4-release-pom.pom
common-jetty8-4.4-sources.jar
common-jetty8-4.4.jar
common-jetty8-4.4.pom



Related Tutorials