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