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