Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.googlecode.gant-ext |
ArtifactId | ArtifactIdgant-ext |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
gant-ext-0.2.pom | |
gant-ext-0.2.jar | 4 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gant-ext/gant-ext/
implementation 'com.googlecode.gant-ext:gant-ext:0.2'
// https://jarcasting.com/artifacts/com.googlecode.gant-ext/gant-ext/
implementation ("com.googlecode.gant-ext:gant-ext:0.2")
'com.googlecode.gant-ext:gant-ext:jar:0.2'
<dependency org="com.googlecode.gant-ext" name="gant-ext" rev="0.2">
<artifact name="gant-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gant-ext', module='gant-ext', version='0.2')
)
libraryDependencies += "com.googlecode.gant-ext" % "gant-ext" % "0.2"
[com.googlecode.gant-ext/gant-ext "0.2"]