| GroupId | GroupIdcom.redhat.rhevm.api | 
|---|---|
| ArtifactId | ArtifactIdrhevm-api-mock-jaxrs | 
| Version | Version0.9-milestone-4 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.redhat.rhevm.api/rhevm-api-mock-jaxrs/ -->
<dependency>
    <groupId>com.redhat.rhevm.api</groupId>
    <artifactId>rhevm-api-mock-jaxrs</artifactId>
    <version>0.9-milestone-4</version>
</dependency>// https://jarcasting.com/artifacts/com.redhat.rhevm.api/rhevm-api-mock-jaxrs/
implementation 'com.redhat.rhevm.api:rhevm-api-mock-jaxrs:0.9-milestone-4'// https://jarcasting.com/artifacts/com.redhat.rhevm.api/rhevm-api-mock-jaxrs/
implementation ("com.redhat.rhevm.api:rhevm-api-mock-jaxrs:0.9-milestone-4")'com.redhat.rhevm.api:rhevm-api-mock-jaxrs:jar:0.9-milestone-4'<dependency org="com.redhat.rhevm.api" name="rhevm-api-mock-jaxrs" rev="0.9-milestone-4">
  <artifact name="rhevm-api-mock-jaxrs" type="jar" />
</dependency>@Grapes(
@Grab(group='com.redhat.rhevm.api', module='rhevm-api-mock-jaxrs', version='0.9-milestone-4')
)libraryDependencies += "com.redhat.rhevm.api" % "rhevm-api-mock-jaxrs" % "0.9-milestone-4"[com.redhat.rhevm.api/rhevm-api-mock-jaxrs "0.9-milestone-4"]