| License | License | 
|---|---|
| GroupId | GroupIdcc.protea.foundation.http | 
| ArtifactId | ArtifactIdhttp | 
| Last Version | Last Version0.2.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionhttp Java SDK to make outbound HTTP connections simpler | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| http-0.2.3.pom | |
| http-0.2.3.jar | 8 KB | 
| http-0.2.3-sources.jar | 5 KB | 
| http-0.2.3-javadoc.jar | 35 KB | 
| http-0.2.3-jar-with-dependencies.jar | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cc.protea.foundation.http/http/ -->
<dependency>
    <groupId>cc.protea.foundation.http</groupId>
    <artifactId>http</artifactId>
    <version>0.2.3</version>
</dependency>// https://jarcasting.com/artifacts/cc.protea.foundation.http/http/
implementation 'cc.protea.foundation.http:http:0.2.3'// https://jarcasting.com/artifacts/cc.protea.foundation.http/http/
implementation ("cc.protea.foundation.http:http:0.2.3")'cc.protea.foundation.http:http:jar:0.2.3'<dependency org="cc.protea.foundation.http" name="http" rev="0.2.3">
  <artifact name="http" type="jar" />
</dependency>@Grapes(
@Grab(group='cc.protea.foundation.http', module='http', version='0.2.3')
)libraryDependencies += "cc.protea.foundation.http" % "http" % "0.2.3"[cc.protea.foundation.http/http "0.2.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.10 |