is not current version
Last Version 1.3

com.zandero:http 1.2.1

HTTP utilities

GroupId

GroupId

com.zandero
ArtifactId

ArtifactId

http
Version

Version

1.2.1
Type

Type

jar

Download http 1.2.1


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