is not current version
Last Version 2.0.1

io.github.HollandZang:http 1.0

Http connect component by Holland

GroupId

GroupId

io.github.HollandZang
ArtifactId

ArtifactId

http
Version

Version

1.0
Type

Type

jar

Download http 1.0


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