is not current version
Last Version 0.5

com.googlecode.gant-ext:gant-ext 0.3

various gant extensions

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.googlecode.gant-ext
ArtifactId

ArtifactId

gant-ext
Version

Version

0.3
Type

Type

jar

Download gant-ext 0.3


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