License |
License |
---|---|
Categories |
CategoriesMirror Application Layer Libs Introspection |
GroupId | GroupIdpro.juxt.clojars-mirrors.clj-http |
ArtifactId | ArtifactIdclj-http |
Last Version | Last Version3.12.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionclj-http
A Clojure HTTP library wrapping the Apache HttpComponents client (mirrored from Clojars by JUXT)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
clj-http-3.12.2.pom | |
clj-http-3.12.2.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pro.juxt.clojars-mirrors.clj-http/clj-http/ -->
<dependency>
<groupId>pro.juxt.clojars-mirrors.clj-http</groupId>
<artifactId>clj-http</artifactId>
<version>3.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/pro.juxt.clojars-mirrors.clj-http/clj-http/
implementation 'pro.juxt.clojars-mirrors.clj-http:clj-http:3.12.2'
// https://jarcasting.com/artifacts/pro.juxt.clojars-mirrors.clj-http/clj-http/
implementation ("pro.juxt.clojars-mirrors.clj-http:clj-http:3.12.2")
'pro.juxt.clojars-mirrors.clj-http:clj-http:jar:3.12.2'
<dependency org="pro.juxt.clojars-mirrors.clj-http" name="clj-http" rev="3.12.2">
<artifact name="clj-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='pro.juxt.clojars-mirrors.clj-http', module='clj-http', version='3.12.2')
)
libraryDependencies += "pro.juxt.clojars-mirrors.clj-http" % "clj-http" % "3.12.2"
[pro.juxt.clojars-mirrors.clj-http/clj-http "3.12.2"]
Group / Artifact | Type | Version |
---|---|---|
org.clojure : clojure | jar | 1.10.3 |
commons-codec : commons-codec | jar | 1.15 |
commons-io : commons-io | jar | 2.8.0 |
pro.juxt.clojars-mirrors.clj-commons : potemkin | jar | 0.4.5 |
org.apache.httpcomponents : httpasyncclient | jar | 4.1.4 |
org.apache.httpcomponents : httpclient-cache | jar | 4.5.13 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.apache.httpcomponents : httpcore | jar | 4.4.14 |
org.apache.httpcomponents : httpmime | jar | 4.5.13 |