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