MVN

com.github.nhenneaux.resilienthttpclient : single-host-httpclient

Maven & Gradle

Dec 08, 2022
1 usages
7 stars
<dependency>
    <groupId>com.github.nhenneaux.resilienthttpclient</groupId>
    <artifactId>single-host-httpclient</artifactId>
    <version>0.6.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nhenneaux.resilienthttpclient : single-host-httpclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.8

All Versions

Choose a version of com.github.nhenneaux.resilienthttpclient : single-host-httpclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
single-host-httpclient-0.6.8
single-host-httpclient-0.6.7
single-host-httpclient-0.6.6
single-host-httpclient-0.6.4
single-host-httpclient-0.6.3
single-host-httpclient-0.6.2
single-host-httpclient-0.6.1
single-host-httpclient-0.6.0
0.5.x
single-host-httpclient-0.5.1
single-host-httpclient-0.5.0
0.4.x
single-host-httpclient-0.4.9
single-host-httpclient-0.4.8
single-host-httpclient-0.4.7
single-host-httpclient-0.4.6
single-host-httpclient-0.4.5
single-host-httpclient-0.4.4
single-host-httpclient-0.4.3
single-host-httpclient-0.4.2
single-host-httpclient-0.4.1
single-host-httpclient-0.4.0
0.3.x
single-host-httpclient-0.3.1
single-host-httpclient-0.3.0
0.2.x
single-host-httpclient-0.2.3
single-host-httpclient-0.2.2
single-host-httpclient-0.2.1
single-host-httpclient-0.2.0
0.1.x
single-host-httpclient-0.1.9
single-host-httpclient-0.1.8
single-host-httpclient-0.1.7
single-host-httpclient-0.1.6
single-host-httpclient-0.1.5
single-host-httpclient-0.1.4
single-host-httpclient-0.1.3
single-host-httpclient-0.1.2
single-host-httpclient-0.1.1
single-host-httpclient-0.1.0

How to add a dependency to Maven

Add the following com.github.nhenneaux.resilienthttpclient : single-host-httpclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nhenneaux.resilienthttpclient</groupId>
    <artifactId>single-host-httpclient</artifactId>
    <version>0.6.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nhenneaux.resilienthttpclient : single-host-httpclient gradle dependency to your build.gradle file:

implementation 'com.github.nhenneaux.resilienthttpclient:single-host-httpclient:0.6.8'

Gradle Kotlin DSL: Add the following com.github.nhenneaux.resilienthttpclient : single-host-httpclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nhenneaux.resilienthttpclient:single-host-httpclient:0.6.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nhenneaux.resilienthttpclient : single-host-httpclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nhenneaux.resilienthttpclient" % "single-host-httpclient" % "0.6.8"

Advertisement