is not current version
Last Version 1.16.2

org.dmfs:http-client-essentials 0.12

A lightweight http client model.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.dmfs
ArtifactId

ArtifactId

http-client-essentials
Version

Version

0.12
Type

Type

jar

Download http-client-essentials 0.12


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