| GroupId | GroupIdorg.rhq |
|---|---|
| ArtifactId | ArtifactIdrhq-serverplugin-yum |
| Version | Version4.7.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rhq-serverplugin-yum-4.7.0.pom | |
| rhq-serverplugin-yum-4.7.0.jar | 16 KB |
| rhq-serverplugin-yum-4.7.0-sources.jar | 13 KB |
| rhq-serverplugin-yum-4.7.0-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.rhq/rhq-serverplugin-yum/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-serverplugin-yum</artifactId>
<version>4.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/rhq-serverplugin-yum/
implementation 'org.rhq:rhq-serverplugin-yum:4.7.0'
// https://jarcasting.com/artifacts/org.rhq/rhq-serverplugin-yum/
implementation ("org.rhq:rhq-serverplugin-yum:4.7.0")
'org.rhq:rhq-serverplugin-yum:jar:4.7.0'
<dependency org="org.rhq" name="rhq-serverplugin-yum" rev="4.7.0">
<artifact name="rhq-serverplugin-yum" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='rhq-serverplugin-yum', version='4.7.0')
)
libraryDependencies += "org.rhq" % "rhq-serverplugin-yum" % "4.7.0"
[org.rhq/rhq-serverplugin-yum "4.7.0"]