is not current version
Last Version 2.2

de.taimos:httputils 1.9

Utility package for HTTP calls

GroupId

GroupId

de.taimos
ArtifactId

ArtifactId

httputils
Version

Version

1.9
Type

Type

jar

Download httputils 1.9


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