Jar examples for c:composite-jetty
Puts all of the Jetty dependencies in one place for reuse by the different artifacts.
You can download jar file composite-jetty 3.1 in this page.
You can use the following script to add composite-jetty-3.1.jar to your project.
<dependency> <groupId>nz.ac.auckland.composite</groupId> <artifactId>composite-jetty</artifactId> <version>3.1</version> </dependency>
compile group: 'nz.ac.auckland.composite', name: 'composite-jetty', version: '3.1'
libraryDependencies += "nz.ac.auckland.composite" % "composite-jetty" % "3.1"
<dependency org="nz.ac.auckland.composite" name="composite-jetty" rev="3.1"/>
@Grapes(@Grab(group='nz.ac.auckland.composite', module='composite-jetty', version='3.1'))
'nz.ac.auckland.composite:composite-jetty:jar:3.1'
Click the following link to download the jar file.
composite-jetty-3.1.jar