is not current version
Last Version 2.0.1

io.bootique.jetty:bootique-jetty 1.3

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

1.3
Type

Type

jar

Download bootique-jetty 1.3


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