Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.redhat.lightblue.client |
ArtifactId | ArtifactIdlightblue-client-http |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
lightblue-client-http-1.3.0.pom | |
lightblue-client-http-1.3.0.jar | 29 KB |
lightblue-client-http-1.3.0-sources.jar | 20 KB |
lightblue-client-http-1.3.0-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-http/ -->
<dependency>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-http</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-http/
implementation 'com.redhat.lightblue.client:lightblue-client-http:1.3.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-http/
implementation ("com.redhat.lightblue.client:lightblue-client-http:1.3.0")
'com.redhat.lightblue.client:lightblue-client-http:jar:1.3.0'
<dependency org="com.redhat.lightblue.client" name="lightblue-client-http" rev="1.3.0">
<artifact name="lightblue-client-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.client', module='lightblue-client-http', version='1.3.0')
)
libraryDependencies += "com.redhat.lightblue.client" % "lightblue-client-http" % "1.3.0"
[com.redhat.lightblue.client/lightblue-client-http "1.3.0"]