is not current version
Last Version 2.1.6

com.googlecode.openbox:http 2.1.4

Http client Framework

GroupId

GroupId

com.googlecode.openbox
ArtifactId

ArtifactId

http
Version

Version

2.1.4
Type

Type

jar

Download http 2.1.4


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