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