Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.redhat.lightblue.client |
ArtifactId | ArtifactIdlightblue-client-pom |
Version | Version2.2.0 |
Type | Typepom |
Filename | Size |
---|---|
lightblue-client-pom-2.2.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-pom/ -->
<dependency>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-pom/
implementation 'com.redhat.lightblue.client:lightblue-client-pom:2.2.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue.client/lightblue-client-pom/
implementation ("com.redhat.lightblue.client:lightblue-client-pom:2.2.0")
'com.redhat.lightblue.client:lightblue-client-pom:pom:2.2.0'
<dependency org="com.redhat.lightblue.client" name="lightblue-client-pom" rev="2.2.0">
<artifact name="lightblue-client-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.client', module='lightblue-client-pom', version='2.2.0')
)
libraryDependencies += "com.redhat.lightblue.client" % "lightblue-client-pom" % "2.2.0"
[com.redhat.lightblue.client/lightblue-client-pom "2.2.0"]