is not current version
Last Version 0.2.1

org.sourcelab.http:http-client-wrapper 0.1.1

A library to abstract common patterns for building http rest clients.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.sourcelab.http
ArtifactId

ArtifactId

http-client-wrapper
Version

Version

0.1.1
Type

Type

jar

Download http-client-wrapper 0.1.1


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