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