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