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