Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.redhat.lightblue.client |
ArtifactId | ArtifactIdlightblue-client-http |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
lightblue-client-http-2.1.0.pom | |
lightblue-client-http-2.1.0.jar | 27 KB |
lightblue-client-http-2.1.0-sources.jar | 18 KB |
lightblue-client-http-2.1.0-javadoc.jar | 113 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>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-http/
implementation 'com.redhat.lightblue.client:lightblue-client-http:2.1.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-http/
implementation ("com.redhat.lightblue.client:lightblue-client-http:2.1.0")
'com.redhat.lightblue.client:lightblue-client-http:jar:2.1.0'
<dependency org="com.redhat.lightblue.client" name="lightblue-client-http" rev="2.1.0">
<artifact name="lightblue-client-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.client', module='lightblue-client-http', version='2.1.0')
)
libraryDependencies += "com.redhat.lightblue.client" % "lightblue-client-http" % "2.1.0"
[com.redhat.lightblue.client/lightblue-client-http "2.1.0"]