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