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