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