is not current version
Last Version 2.0.1

io.bootique.jetty:bootique-jetty 0.20

Provides Jetty integration with Bootique.

Categories

Categories

Jetty Container Application Servers Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.jetty
ArtifactId

ArtifactId

bootique-jetty
Version

Version

0.20
Type

Type

jar

Download bootique-jetty 0.20


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