is not current version
Last Version 2.2

de.taimos:httputils 2.0

Utility package for HTTP calls

GroupId

GroupId

de.taimos
ArtifactId

ArtifactId

httputils
Version

Version

2.0
Type

Type

jar

Download httputils 2.0


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