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

Build File

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

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

Download

Click the following link to download the jar file.

composite-jetty-1.4.jar
composite-jetty-1.4.pom



Related Tutorials