Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.codehaus.gant |
ArtifactId | ArtifactIdgant |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
gant-1.2.0.pom | |
gant-1.2.0.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.gant/gant/ -->
<dependency>
<groupId>org.codehaus.gant</groupId>
<artifactId>gant</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.gant/gant/
implementation 'org.codehaus.gant:gant:1.2.0'
// https://jarcasting.com/artifacts/org.codehaus.gant/gant/
implementation ("org.codehaus.gant:gant:1.2.0")
'org.codehaus.gant:gant:jar:1.2.0'
<dependency org="org.codehaus.gant" name="gant" rev="1.2.0">
<artifact name="gant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.gant', module='gant', version='1.2.0')
)
libraryDependencies += "org.codehaus.gant" % "gant" % "1.2.0"
[org.codehaus.gant/gant "1.2.0"]