h

hth-parent

Parent and aggregator for the testing harness for HTTP clients.
http://sonatype.org
The Apache Software License, Version 2.0
Sonatype, Inc.
Files download
File Operation
hth-parent-0.4.3.pom download
Apache Maven
<dependency>
  <groupId>org.sonatype.http-testing-harness</groupId>
  <artifactId>hth-parent</artifactId>
  <version>0.4.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.sonatype.http-testing-harness:hth-parent:0.4.3'
Gradle Kotlin
implementation("org.sonatype.http-testing-harness:hth-parent:0.4.3")
Scala SBT
libraryDependencies += "org.sonatype.http-testing-harness" % "hth-parent" % "0.4.3"
Groovy Grape
@Grapes(
  @Grab(group='org.sonatype.http-testing-harness', module='hth-parent', version='0.4.3')
)
Apache Ivy
<dependency org="org.sonatype.http-testing-harness" name="hth-parent" rev="0.4.3" />
Leiningen
[org.sonatype.http-testing-harness/hth-parent "0.4.3"]
Apache Buildr
'org.sonatype.http-testing-harness:hth-parent:jar:0.4.3'