| GroupId | GroupIdorg.rhq |
|---|---|
| ArtifactId | ArtifactIdrhq-installer |
| Version | Version3.0.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| rhq-installer-3.0.0.pom | |
| rhq-installer-3.0.0.war | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.rhq/rhq-installer/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-installer</artifactId>
<version>3.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/rhq-installer/
implementation 'org.rhq:rhq-installer:3.0.0'
// https://jarcasting.com/artifacts/org.rhq/rhq-installer/
implementation ("org.rhq:rhq-installer:3.0.0")
'org.rhq:rhq-installer:war:3.0.0'
<dependency org="org.rhq" name="rhq-installer" rev="3.0.0">
<artifact name="rhq-installer" type="war" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='rhq-installer', version='3.0.0')
)
libraryDependencies += "org.rhq" % "rhq-installer" % "3.0.0"
[org.rhq/rhq-installer "3.0.0"]