| Группа | Группаorg.rhq |
|---|---|
| Идентификатор | Идентификаторrhq-serverplugin-rhnhosted |
| Версия | Версия3.0.0.EmbJopr4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.rhq/rhq-serverplugin-rhnhosted/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-serverplugin-rhnhosted</artifactId>
<version>3.0.0.EmbJopr4</version>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/rhq-serverplugin-rhnhosted/
implementation 'org.rhq:rhq-serverplugin-rhnhosted:3.0.0.EmbJopr4'
// https://jarcasting.com/artifacts/org.rhq/rhq-serverplugin-rhnhosted/
implementation ("org.rhq:rhq-serverplugin-rhnhosted:3.0.0.EmbJopr4")
'org.rhq:rhq-serverplugin-rhnhosted:jar:3.0.0.EmbJopr4'
<dependency org="org.rhq" name="rhq-serverplugin-rhnhosted" rev="3.0.0.EmbJopr4">
<artifact name="rhq-serverplugin-rhnhosted" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='rhq-serverplugin-rhnhosted', version='3.0.0.EmbJopr4')
)
libraryDependencies += "org.rhq" % "rhq-serverplugin-rhnhosted" % "3.0.0.EmbJopr4"
[org.rhq/rhq-serverplugin-rhnhosted "3.0.0.EmbJopr4"]