b

bootique-jetty-parent

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