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