h

http_client

The atoms of your platform
https://hexagonkt.com
MIT
Juanjo Aguililla
Files download
File Operation
http_client-2.7.0.jar download
http_client-2.7.0.pom download
http_client-2.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hexagonkt</groupId>
  <artifactId>http_client</artifactId>
  <version>2.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.hexagonkt:http_client:2.7.0'
Gradle Kotlin
implementation("com.hexagonkt:http_client:2.7.0")
Scala SBT
libraryDependencies += "com.hexagonkt" % "http_client" % "2.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hexagonkt', module='http_client', version='2.7.0')
)
Apache Ivy
<dependency org="com.hexagonkt" name="http_client" rev="2.7.0" />
Leiningen
[com.hexagonkt/http_client "2.7.0"]
Apache Buildr
'com.hexagonkt:http_client:jar:2.7.0'