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.
文件下载
文件名 操作
hth-parent-0.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.sonatype.http-testing-harness</groupId>
  <artifactId>hth-parent</artifactId>
  <version>0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.sonatype.http-testing-harness:hth-parent:0.1'
Gradle Kotlin
implementation("org.sonatype.http-testing-harness:hth-parent:0.1")
Scala SBT
libraryDependencies += "org.sonatype.http-testing-harness" % "hth-parent" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.sonatype.http-testing-harness', module='hth-parent', version='0.1')
)
Apache Ivy
<dependency org="org.sonatype.http-testing-harness" name="hth-parent" rev="0.1" />
Leiningen
[org.sonatype.http-testing-harness/hth-parent "0.1"]
Apache Buildr
'org.sonatype.http-testing-harness:hth-parent:jar:0.1'