is not current version
Last Version 2.0.1

com.devdungeon.tools:http 0.0.2

An HTTP utility library

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.devdungeon.tools
ArtifactId

ArtifactId

http
Version

Version

0.0.2
Type

Type

jar

Download http 0.0.2


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