| GroupId | GroupIdcom.redhat.rhevm.api |
|---|---|
| ArtifactId | ArtifactIdrhevm-api-mock-webapp |
| Version | Version1.0-rc1.2 |
| Type | Typewar |
| Filename | Size |
|---|---|
| rhevm-api-mock-webapp-1.0-rc1.2.pom | |
| rhevm-api-mock-webapp-1.0-rc1.2.war | 6 MB |
| rhevm-api-mock-webapp-1.0-rc1.2-javadoc.jar | 335 bytes |
| Browse |
<!-- 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>1.0-rc1.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:1.0-rc1.2'
// https://jarcasting.com/artifacts/com.redhat.rhevm.api/rhevm-api-mock-webapp/
implementation ("com.redhat.rhevm.api:rhevm-api-mock-webapp:1.0-rc1.2")
'com.redhat.rhevm.api:rhevm-api-mock-webapp:war:1.0-rc1.2'
<dependency org="com.redhat.rhevm.api" name="rhevm-api-mock-webapp" rev="1.0-rc1.2">
<artifact name="rhevm-api-mock-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.redhat.rhevm.api', module='rhevm-api-mock-webapp', version='1.0-rc1.2')
)
libraryDependencies += "com.redhat.rhevm.api" % "rhevm-api-mock-webapp" % "1.0-rc1.2"
[com.redhat.rhevm.api/rhevm-api-mock-webapp "1.0-rc1.2"]