is not current version
Last Version 1.0.1

io.appform.http:http-client 1.0

A configurable http client.

Categories

Categories

CLI User Interface ORM Data
GroupId

GroupId

io.appform.http
ArtifactId

ArtifactId

http-client
Version

Version

1.0
Type

Type

jar

Download http-client 1.0


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