is not current version
Last Version 2.0.1

io.bootique.jetty:bootique-jetty-parent 0.18

Parent POM of Jetty and instrumented Jetty Bootique modules.

Categories

Categories

Jetty Container Application Servers Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.jetty
ArtifactId

ArtifactId

bootique-jetty-parent
Version

Version

0.18
Type

Type

pom

Download bootique-jetty-parent 0.18


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