is not current version
Last Version 0.4

org.dmfs:http-client-interfaces 0.2.2

Abstract HTTP client interface definitions

Categories

Categories

CLI User Interface
GroupId

GroupId

org.dmfs
ArtifactId

ArtifactId

http-client-interfaces
Version

Version

0.2.2
Type

Type

jar

Download http-client-interfaces 0.2.2


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