is not current version
Last Version 2.0.0

xyz.migoo:simplehttp 1.0.1

a simple http client

GroupId

GroupId

xyz.migoo
ArtifactId

ArtifactId

simplehttp
Version

Version

1.0.1
Type

Type

jar

Download simplehttp 1.0.1


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