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