GroupId | GroupIdcom.redhat.rhevm.api |
---|---|
ArtifactId | ArtifactIdrhevm-api |
Version | Version0.9-milestone9.2 |
Type | Typejar |
Filename | Size |
---|---|
rhevm-api-0.9-milestone9.2.pom | |
rhevm-api-0.9-milestone9.2.jar | 196 KB |
rhevm-api-0.9-milestone9.2-sources.jar | 239 KB |
rhevm-api-0.9-milestone9.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.rhevm.api/rhevm-api/ -->
<dependency>
<groupId>com.redhat.rhevm.api</groupId>
<artifactId>rhevm-api</artifactId>
<version>0.9-milestone9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.rhevm.api/rhevm-api/
implementation 'com.redhat.rhevm.api:rhevm-api:0.9-milestone9.2'
// https://jarcasting.com/artifacts/com.redhat.rhevm.api/rhevm-api/
implementation ("com.redhat.rhevm.api:rhevm-api:0.9-milestone9.2")
'com.redhat.rhevm.api:rhevm-api:jar:0.9-milestone9.2'
<dependency org="com.redhat.rhevm.api" name="rhevm-api" rev="0.9-milestone9.2">
<artifact name="rhevm-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.rhevm.api', module='rhevm-api', version='0.9-milestone9.2')
)
libraryDependencies += "com.redhat.rhevm.api" % "rhevm-api" % "0.9-milestone9.2"
[com.redhat.rhevm.api/rhevm-api "0.9-milestone9.2"]