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