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