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