b

bootique-jetty-parent

Parent POM of Jetty and instrumented Jetty Bootique modules.
Files download
File Operation
bootique-jetty-parent-0.21.pom download
Apache Maven
<dependency>
  <groupId>io.bootique.jetty</groupId>
  <artifactId>bootique-jetty-parent</artifactId>
  <version>0.21</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.bootique.jetty:bootique-jetty-parent:0.21'
Gradle Kotlin
implementation("io.bootique.jetty:bootique-jetty-parent:0.21")
Scala SBT
libraryDependencies += "io.bootique.jetty" % "bootique-jetty-parent" % "0.21"
Groovy Grape
@Grapes(
  @Grab(group='io.bootique.jetty', module='bootique-jetty-parent', version='0.21')
)
Apache Ivy
<dependency org="io.bootique.jetty" name="bootique-jetty-parent" rev="0.21" />
Leiningen
[io.bootique.jetty/bootique-jetty-parent "0.21"]
Apache Buildr
'io.bootique.jetty:bootique-jetty-parent:jar:0.21'