Files download
File Operation
http-client-0.1.87.jar download
http-client-0.1.87.pom download
Apache Maven
<dependency>
  <groupId>com.cognitect</groupId>
  <artifactId>http-client</artifactId>
  <version>0.1.87</version>
</dependency>
Gradle Groovy
implementation 'com.cognitect:http-client:0.1.87'
Gradle Kotlin
implementation("com.cognitect:http-client:0.1.87")
Scala SBT
libraryDependencies += "com.cognitect" % "http-client" % "0.1.87"
Groovy Grape
@Grapes(
  @Grab(group='com.cognitect', module='http-client', version='0.1.87')
)
Apache Ivy
<dependency org="com.cognitect" name="http-client" rev="0.1.87" />
Leiningen
[com.cognitect/http-client "0.1.87"]
Apache Buildr
'com.cognitect:http-client:jar:0.1.87'