文件下载
文件名 操作
single-host-httpclient-1.0.2.jar 下载
single-host-httpclient-1.0.2.pom 下载
single-host-httpclient-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.nhenneaux.resilienthttpclient</groupId>
  <artifactId>single-host-httpclient</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.nhenneaux.resilienthttpclient:single-host-httpclient:1.0.2'
Gradle Kotlin
implementation("com.github.nhenneaux.resilienthttpclient:single-host-httpclient:1.0.2")
Scala SBT
libraryDependencies += "com.github.nhenneaux.resilienthttpclient" % "single-host-httpclient" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nhenneaux.resilienthttpclient', module='single-host-httpclient', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.nhenneaux.resilienthttpclient" name="single-host-httpclient" rev="1.0.2" />
Leiningen
[com.github.nhenneaux.resilienthttpclient/single-host-httpclient "1.0.2"]
Apache Buildr
'com.github.nhenneaux.resilienthttpclient:single-host-httpclient:jar:1.0.2'