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

Jar examples for b:bootique-jetty

Description

Provides Jetty integration with Bootique.

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials