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