MVN

com.github.nhenneaux.resilienthttpclient : monitored-httpclient

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 0.6.8

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.nhenneaux.resilienthttpclient</groupId>
    <artifactId>monitored-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 : monitored-httpclient gradle dependency to your build.gradle file:

implementation 'com.github.nhenneaux.resilienthttpclient:monitored-httpclient:0.6.8'

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

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

How to add a dependency to SBT Scala

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

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