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