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