is not current version
Last Version 2.0.1

io.bootique.jetty:bootique-jetty 0.25

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.25
Type

Type

jar

Download bootique-jetty 0.25


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