is not current version
Last Version 0.16

com.nhl.bootique.jetty:bootique-jetty 0.7

Provides Jetty integration with Bootique.

Categories

Categories

Jetty Container Application Servers Bootique User Interface Web Frameworks
GroupId

GroupId

com.nhl.bootique.jetty
ArtifactId

ArtifactId

bootique-jetty
Version

Version

0.7
Type

Type

jar

Download bootique-jetty 0.7


<!-- https://jarcasting.com/artifacts/com.nhl.bootique.jetty/bootique-jetty/ -->
<dependency>
    <groupId>com.nhl.bootique.jetty</groupId>
    <artifactId>bootique-jetty</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.jetty/bootique-jetty/
implementation 'com.nhl.bootique.jetty:bootique-jetty:0.7'
// https://jarcasting.com/artifacts/com.nhl.bootique.jetty/bootique-jetty/
implementation ("com.nhl.bootique.jetty:bootique-jetty:0.7")
'com.nhl.bootique.jetty:bootique-jetty:jar:0.7'
<dependency org="com.nhl.bootique.jetty" name="bootique-jetty" rev="0.7">
  <artifact name="bootique-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.jetty', module='bootique-jetty', version='0.7')
)
libraryDependencies += "com.nhl.bootique.jetty" % "bootique-jetty" % "0.7"
[com.nhl.bootique.jetty/bootique-jetty "0.7"]