Jar examples for b:bootique-jetty
Provides Jetty integration with Bootique.
You can download jar file bootique-jetty 0.14 in this page.
You can use the following script to add bootique-jetty-0.14.jar to your project.
<dependency> <groupId>com.nhl.bootique.jetty</groupId> <artifactId>bootique-jetty</artifactId> <version>0.14</version> </dependency>
compile group: 'com.nhl.bootique.jetty', name: 'bootique-jetty', version: '0.14'
libraryDependencies += "com.nhl.bootique.jetty" % "bootique-jetty" % "0.14"
<dependency org="com.nhl.bootique.jetty" name="bootique-jetty" rev="0.14"/>
@Grapes(@Grab(group='com.nhl.bootique.jetty', module='bootique-jetty', version='0.14'))
'com.nhl.bootique.jetty:bootique-jetty:jar:0.14'
Click the following link to download the jar file.
bootique-jetty-0.14-javadoc.jar