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