GroupId | GroupIdcom.redhat.rhevm.api |
---|---|
ArtifactId | ArtifactIdrhevm-api |
Version | Version0.9-milestone8.1 |
Type | Typejar |
Filename | Size |
---|---|
rhevm-api-0.9-milestone8.1.pom | |
rhevm-api-0.9-milestone8.1.jar | 176 KB |
rhevm-api-0.9-milestone8.1-sources.jar | 212 KB |
rhevm-api-0.9-milestone8.1-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-milestone8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.rhevm.api/rhevm-api/
implementation 'com.redhat.rhevm.api:rhevm-api:0.9-milestone8.1'
// https://jarcasting.com/artifacts/com.redhat.rhevm.api/rhevm-api/
implementation ("com.redhat.rhevm.api:rhevm-api:0.9-milestone8.1")
'com.redhat.rhevm.api:rhevm-api:jar:0.9-milestone8.1'
<dependency org="com.redhat.rhevm.api" name="rhevm-api" rev="0.9-milestone8.1">
<artifact name="rhevm-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.rhevm.api', module='rhevm-api', version='0.9-milestone8.1')
)
libraryDependencies += "com.redhat.rhevm.api" % "rhevm-api" % "0.9-milestone8.1"
[com.redhat.rhevm.api/rhevm-api "0.9-milestone8.1"]