is not current version
Last Version 0.6.4

Resilient Java HTTP client based on java.net.http.HttpClient 0.6.2

Java HTTP client with pooling and auto refresh of underlying IP addresses.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.nhenneaux.resilienthttpclient
ArtifactId

ArtifactId

resilient-httpclient
Version

Version

0.6.2
Type

Type

pom
Description

Description

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

Project URL

https://github.com/nhenneaux/resilient-httpclient
Source Code Management

Source Code Management

https://github.com/nhenneaux/resilient-httpclient

Download resilient-httpclient 0.6.2


<!-- https://jarcasting.com/artifacts/com.github.nhenneaux.resilienthttpclient/resilient-httpclient/ -->
<dependency>
    <groupId>com.github.nhenneaux.resilienthttpclient</groupId>
    <artifactId>resilient-httpclient</artifactId>
    <version>0.6.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nhenneaux.resilienthttpclient/resilient-httpclient/
implementation 'com.github.nhenneaux.resilienthttpclient:resilient-httpclient:0.6.2'
// https://jarcasting.com/artifacts/com.github.nhenneaux.resilienthttpclient/resilient-httpclient/
implementation ("com.github.nhenneaux.resilienthttpclient:resilient-httpclient:0.6.2")
'com.github.nhenneaux.resilienthttpclient:resilient-httpclient:pom:0.6.2'
<dependency org="com.github.nhenneaux.resilienthttpclient" name="resilient-httpclient" rev="0.6.2">
  <artifact name="resilient-httpclient" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nhenneaux.resilienthttpclient', module='resilient-httpclient', version='0.6.2')
)
libraryDependencies += "com.github.nhenneaux.resilienthttpclient" % "resilient-httpclient" % "0.6.2"
[com.github.nhenneaux.resilienthttpclient/resilient-httpclient "0.6.2"]

Dependencies

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.0
org.awaitility : awaitility jar 4.0.3
org.mockito : mockito-junit-jupiter jar 3.6.28
org.hamcrest : hamcrest jar 2.2

Project Modules

  • single-host-httpclient
  • monitored-httpclient