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