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