GroupId | GroupIdorg.rhq |
---|---|
ArtifactId | ArtifactIdrhq-serverplugin-rhnhosted |
Version | Version4.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.rhq/rhq-serverplugin-rhnhosted/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-serverplugin-rhnhosted</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/rhq-serverplugin-rhnhosted/
implementation 'org.rhq:rhq-serverplugin-rhnhosted:4.0.1'
// https://jarcasting.com/artifacts/org.rhq/rhq-serverplugin-rhnhosted/
implementation ("org.rhq:rhq-serverplugin-rhnhosted:4.0.1")
'org.rhq:rhq-serverplugin-rhnhosted:jar:4.0.1'
<dependency org="org.rhq" name="rhq-serverplugin-rhnhosted" rev="4.0.1">
<artifact name="rhq-serverplugin-rhnhosted" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='rhq-serverplugin-rhnhosted', version='4.0.1')
)
libraryDependencies += "org.rhq" % "rhq-serverplugin-rhnhosted" % "4.0.1"
[org.rhq/rhq-serverplugin-rhnhosted "4.0.1"]