| GroupId | GroupIdcom.redhat.lightblue.core |
|---|---|
| ArtifactId | ArtifactIdpom |
| Version | Version0.9.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| pom-0.9.0.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue.core/pom/ -->
<dependency>
<groupId>com.redhat.lightblue.core</groupId>
<artifactId>pom</artifactId>
<version>0.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.core/pom/
implementation 'com.redhat.lightblue.core:pom:0.9.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue.core/pom/
implementation ("com.redhat.lightblue.core:pom:0.9.0")
'com.redhat.lightblue.core:pom:pom:0.9.0'
<dependency org="com.redhat.lightblue.core" name="pom" rev="0.9.0">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.core', module='pom', version='0.9.0')
)
libraryDependencies += "com.redhat.lightblue.core" % "pom" % "0.9.0"
[com.redhat.lightblue.core/pom "0.9.0"]