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