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