License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.isuper |
ArtifactId | ArtifactIdisuper.http-client |
Last Version | Last Version0.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptioniSuper HTTP Client
This is a HTTP client library base on Apache HTTP client library provided by iSuper.org
|
Project Organization |
Project OrganizationiSuper.org |
Filename | Size |
---|---|
isuper.http-client-0.2.3.pom | |
isuper.http-client-0.2.3.jar | 5 KB |
isuper.http-client-0.2.3-sources.jar | 2 KB |
isuper.http-client-0.2.3-javadoc.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.isuper/isuper.http-client/ -->
<dependency>
<groupId>org.isuper</groupId>
<artifactId>isuper.http-client</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.isuper/isuper.http-client/
implementation 'org.isuper:isuper.http-client:0.2.3'
// https://jarcasting.com/artifacts/org.isuper/isuper.http-client/
implementation ("org.isuper:isuper.http-client:0.2.3")
'org.isuper:isuper.http-client:jar:0.2.3'
<dependency org="org.isuper" name="isuper.http-client" rev="0.2.3">
<artifact name="isuper.http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.isuper', module='isuper.http-client', version='0.2.3')
)
libraryDependencies += "org.isuper" % "isuper.http-client" % "0.2.3"
[org.isuper/isuper.http-client "0.2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpasyncclient | jar | 4.1.2 |
org.apache.httpcomponents : httpcore | jar | 4.4.5 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpcore-nio | jar | 4.4.5 |
commons-logging : commons-logging | jar | 1.2 |
commons-codec : commons-codec | jar | 1.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |