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