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