is not current version
Last Version 2.0.1

com.devdungeon.tools:http 2.0.0

An HTTP utility library

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.devdungeon.tools
ArtifactId

ArtifactId

http
Version

Version

2.0.0
Type

Type

jar

Download http 2.0.0


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