is not current version
Last Version 2.0.1

io.bootique.jetty:bootique-jetty 2.0

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

2.0
Type

Type

jar

Download bootique-jetty 2.0


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