GroupId | GroupIdcom.redhat.rhevm.api |
---|---|
ArtifactId | ArtifactIdrhevm-api-mock-jaxrs |
Version | Version0.1-milestone |
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.1-milestone</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.rhevm.api/rhevm-api-mock-jaxrs/
implementation 'com.redhat.rhevm.api:rhevm-api-mock-jaxrs:0.1-milestone'
// https://jarcasting.com/artifacts/com.redhat.rhevm.api/rhevm-api-mock-jaxrs/
implementation ("com.redhat.rhevm.api:rhevm-api-mock-jaxrs:0.1-milestone")
'com.redhat.rhevm.api:rhevm-api-mock-jaxrs:jar:0.1-milestone'
<dependency org="com.redhat.rhevm.api" name="rhevm-api-mock-jaxrs" rev="0.1-milestone">
<artifact name="rhevm-api-mock-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.rhevm.api', module='rhevm-api-mock-jaxrs', version='0.1-milestone')
)
libraryDependencies += "com.redhat.rhevm.api" % "rhevm-api-mock-jaxrs" % "0.1-milestone"
[com.redhat.rhevm.api/rhevm-api-mock-jaxrs "0.1-milestone"]