is not current version
Last Version 2.0.1

io.bootique.jetty:bootique-jetty-parent 1.0

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

1.0
Type

Type

pom

Download bootique-jetty-parent 1.0


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