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