Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.redhat.lightblue.client |
ArtifactId | ArtifactIdlightblue-client-http |
Version | Version5.12.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-http/ -->
<dependency>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-http</artifactId>
<version>5.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-http/
implementation 'com.redhat.lightblue.client:lightblue-client-http:5.12.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-http/
implementation ("com.redhat.lightblue.client:lightblue-client-http:5.12.0")
'com.redhat.lightblue.client:lightblue-client-http:jar:5.12.0'
<dependency org="com.redhat.lightblue.client" name="lightblue-client-http" rev="5.12.0">
<artifact name="lightblue-client-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.client', module='lightblue-client-http', version='5.12.0')
)
libraryDependencies += "com.redhat.lightblue.client" % "lightblue-client-http" % "5.12.0"
[com.redhat.lightblue.client/lightblue-client-http "5.12.0"]