c

clj-http

A Clojure HTTP library wrapping the Apache HttpComponents client (mirrored from Clojars by JUXT)
https://github.com/dakrone/clj-http/
The MIT License
Lee Hinman JUXT
文件下载
文件名 操作
clj-http-3.12.2.jar 下载
clj-http-3.12.2.pom 下载
Apache Maven
<dependency>
  <groupId>pro.juxt.clojars-mirrors.clj-http</groupId>
  <artifactId>clj-http</artifactId>
  <version>3.12.2</version>
</dependency>
Gradle Groovy
implementation 'pro.juxt.clojars-mirrors.clj-http:clj-http:3.12.2'
Gradle Kotlin
implementation("pro.juxt.clojars-mirrors.clj-http:clj-http:3.12.2")
Scala SBT
libraryDependencies += "pro.juxt.clojars-mirrors.clj-http" % "clj-http" % "3.12.2"
Groovy Grape
@Grapes(
  @Grab(group='pro.juxt.clojars-mirrors.clj-http', module='clj-http', version='3.12.2')
)
Apache Ivy
<dependency org="pro.juxt.clojars-mirrors.clj-http" name="clj-http" rev="3.12.2" />
Leiningen
[pro.juxt.clojars-mirrors.clj-http/clj-http "3.12.2"]
Apache Buildr
'pro.juxt.clojars-mirrors.clj-http:clj-http:jar:3.12.2'