Files download
File Operation
jetty-deb-8.1.6.pom download
Apache Maven
<dependency>
  <groupId>com.github.stephenc.jetties</groupId>
  <artifactId>jetty-deb</artifactId>
  <version>8.1.6</version>
  <type>deb</type>
</dependency>
Gradle Groovy
implementation 'com.github.stephenc.jetties:jetty-deb:8.1.6'
Gradle Kotlin
implementation("com.github.stephenc.jetties:jetty-deb:8.1.6")
Scala SBT
libraryDependencies += "com.github.stephenc.jetties" % "jetty-deb" % "8.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stephenc.jetties', module='jetty-deb', version='8.1.6')
)
Apache Ivy
<dependency org="com.github.stephenc.jetties" name="jetty-deb" rev="8.1.6" />
Leiningen
[com.github.stephenc.jetties/jetty-deb "8.1.6"]
Apache Buildr
'com.github.stephenc.jetties:jetty-deb:jar:8.1.6'