is not current version
Last Version 1.4.0

org.codehaus.gant:gant 1.0.2


Categories

Categories

Ant Build Tools
GroupId

GroupId

org.codehaus.gant
ArtifactId

ArtifactId

gant
Version

Version

1.0.2
Type

Type

jar

Download gant 1.0.2

Filename Size
gant-1.0.2.pom
gant-1.0.2.jar 263 KB
Browse

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