| GroupId | GroupIdorg.rhq |
|---|---|
| ArtifactId | ArtifactIdmodcluster-plugin |
| Version | Version4.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| modcluster-plugin-4.2.0.pom | |
| modcluster-plugin-4.2.0.jar | 37 KB |
| modcluster-plugin-4.2.0-sources.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.rhq/modcluster-plugin/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>modcluster-plugin</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/modcluster-plugin/
implementation 'org.rhq:modcluster-plugin:4.2.0'
// https://jarcasting.com/artifacts/org.rhq/modcluster-plugin/
implementation ("org.rhq:modcluster-plugin:4.2.0")
'org.rhq:modcluster-plugin:jar:4.2.0'
<dependency org="org.rhq" name="modcluster-plugin" rev="4.2.0">
<artifact name="modcluster-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='modcluster-plugin', version='4.2.0')
)
libraryDependencies += "org.rhq" % "modcluster-plugin" % "4.2.0"
[org.rhq/modcluster-plugin "4.2.0"]