is not current version
Last Version 0.5

com.googlecode.gant-ext:gant-ext 0.2

various gant extensions

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.googlecode.gant-ext
ArtifactId

ArtifactId

gant-ext
Version

Version

0.2
Type

Type

jar

Download gant-ext 0.2


<!-- https://jarcasting.com/artifacts/com.googlecode.gant-ext/gant-ext/ -->
<dependency>
    <groupId>com.googlecode.gant-ext</groupId>
    <artifactId>gant-ext</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gant-ext/gant-ext/
implementation 'com.googlecode.gant-ext:gant-ext:0.2'
// https://jarcasting.com/artifacts/com.googlecode.gant-ext/gant-ext/
implementation ("com.googlecode.gant-ext:gant-ext:0.2")
'com.googlecode.gant-ext:gant-ext:jar:0.2'
<dependency org="com.googlecode.gant-ext" name="gant-ext" rev="0.2">
  <artifact name="gant-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gant-ext', module='gant-ext', version='0.2')
)
libraryDependencies += "com.googlecode.gant-ext" % "gant-ext" % "0.2"
[com.googlecode.gant-ext/gant-ext "0.2"]