Download common-jetty8-4.3.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.3 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials