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