Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.googlecode.gant-ext |
ArtifactId | ArtifactIdgant-ext |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
gant-ext-0.4.pom | |
gant-ext-0.4.jar | 36 KB |
gant-ext-0.4-sources.jar | 4 KB |
gant-ext-0.4-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.gant-ext/gant-ext/ -->
<dependency>
<groupId>com.googlecode.gant-ext</groupId>
<artifactId>gant-ext</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gant-ext/gant-ext/
implementation 'com.googlecode.gant-ext:gant-ext:0.4'
// https://jarcasting.com/artifacts/com.googlecode.gant-ext/gant-ext/
implementation ("com.googlecode.gant-ext:gant-ext:0.4")
'com.googlecode.gant-ext:gant-ext:jar:0.4'
<dependency org="com.googlecode.gant-ext" name="gant-ext" rev="0.4">
<artifact name="gant-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gant-ext', module='gant-ext', version='0.4')
)
libraryDependencies += "com.googlecode.gant-ext" % "gant-ext" % "0.4"
[com.googlecode.gant-ext/gant-ext "0.4"]