Download composite-jetty-2.3.jar file - Jar c

Jar examples for c:composite-jetty

Description

Puts all of the Jetty dependencies in one place for reuse by the different artifacts.

You can download jar file composite-jetty 2.3 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

composite-jetty-2.3.jar
composite-jetty-2.3.pom



Related Tutorials