Download bootique-jetty-0.16.jar file - Jar b

Jar examples for b:bootique-jetty

Description

Provides Jetty integration with Bootique.

You can download jar file bootique-jetty 0.16 in this page.

Build File

You can use the following script to add bootique-jetty-0.16.jar to your project.

<dependency>
   <groupId>com.nhl.bootique.jetty</groupId>
   <artifactId>bootique-jetty</artifactId>
   <version>0.16</version>
</dependency>
compile group: 'com.nhl.bootique.jetty', name: 'bootique-jetty', version: '0.16'
libraryDependencies += "com.nhl.bootique.jetty" % "bootique-jetty" % "0.16"
<dependency org="com.nhl.bootique.jetty" name="bootique-jetty" rev="0.16"/>
@Grapes(@Grab(group='com.nhl.bootique.jetty', module='bootique-jetty', version='0.16'))
'com.nhl.bootique.jetty:bootique-jetty:jar:0.16'

Download

Click the following link to download the jar file.

bootique-jetty-0.16-javadoc.jar
bootique-jetty-0.16-sources.jar
bootique-jetty-0.16.jar
bootique-jetty-0.16.pom



Related Tutorials