is not current version
Last Version 0.2.3

cc.protea.foundation.http:http 0.2.1

Java SDK to make outbound HTTP connections simpler

GroupId

GroupId

cc.protea.foundation.http
ArtifactId

ArtifactId

http
Version

Version

0.2.1
Type

Type

jar

Download http 0.2.1


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