Download composite-jetty-2.1.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.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

composite-jetty-2.1.jar
composite-jetty-2.1.pom



Related Tutorials