MVN

com.github.nhenneaux.resilienthttpclient : resilient-httpclient

Maven & Gradle

Dec 08, 2022
8 stars

Resilient Java HTTP client based on java.net.http.HttpClient · Java HTTP client with pooling and auto refresh of underlying IP addresses.

<dependency>
    <groupId>com.github.nhenneaux.resilienthttpclient</groupId>
    <artifactId>resilient-httpclient</artifactId>
    <version>0.6.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.6.8

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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