Files download
File Operation
http-1.1.0.jar download
http-1.1.0.pom download
http-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.redhat.lightblue.client</groupId>
  <artifactId>http</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.redhat.lightblue.client:http:1.1.0'
Gradle Kotlin
implementation("com.redhat.lightblue.client:http:1.1.0")
Scala SBT
libraryDependencies += "com.redhat.lightblue.client" % "http" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.redhat.lightblue.client', module='http', version='1.1.0')
)
Apache Ivy
<dependency org="com.redhat.lightblue.client" name="http" rev="1.1.0" />
Leiningen
[com.redhat.lightblue.client/http "1.1.0"]
Apache Buildr
'com.redhat.lightblue.client:http:jar:1.1.0'