is not current version
Last Version 0.2.3

org.isuper:isuper.http-client 0.0.2

This is a HTTP client library base on Apache HTTP client library provided by iSuper.org

Categories

Categories

CLI User Interface
GroupId

GroupId

org.isuper
ArtifactId

ArtifactId

isuper.http-client
Version

Version

0.0.2
Type

Type

jar

Download isuper.http-client 0.0.2


<!-- https://jarcasting.com/artifacts/org.isuper/isuper.http-client/ -->
<dependency>
    <groupId>org.isuper</groupId>
    <artifactId>isuper.http-client</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.isuper/isuper.http-client/
implementation 'org.isuper:isuper.http-client:0.0.2'
// https://jarcasting.com/artifacts/org.isuper/isuper.http-client/
implementation ("org.isuper:isuper.http-client:0.0.2")
'org.isuper:isuper.http-client:jar:0.0.2'
<dependency org="org.isuper" name="isuper.http-client" rev="0.0.2">
  <artifact name="isuper.http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.isuper', module='isuper.http-client', version='0.0.2')
)
libraryDependencies += "org.isuper" % "isuper.http-client" % "0.0.2"
[org.isuper/isuper.http-client "0.0.2"]