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