http_client_java
http_client implementation using the Java HTTP Client classes.
Install the Dependency
=== "build.gradle"
```groovy
repositories {
mavenCentral()
}
implementation("com.hexagonkt:http_client_java:$hexagonVersion")
```
Content copied to clipboard
=== "pom.xml"
```xml
com.hexagonkt http_client_java $hexagonVersion
```
Content copied to clipboard