License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Getdown Distribution |
GroupId | GroupIdcom.threerings.getdown |
ArtifactId | ArtifactIdgetdown-ant |
Last Version | Last Version1.8.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGetdown Ant Task
An Ant task for building Getdown app distributions
|
Filename | Size |
---|---|
getdown-ant-1.8.7.pom | |
getdown-ant-1.8.7.jar | 3 KB |
getdown-ant-1.8.7-sources.jar | 1 KB |
getdown-ant-1.8.7-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threerings.getdown/getdown-ant/ -->
<dependency>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown-ant</artifactId>
<version>1.8.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.threerings.getdown/getdown-ant/
implementation 'com.threerings.getdown:getdown-ant:1.8.7'
// https://jarcasting.com/artifacts/com.threerings.getdown/getdown-ant/
implementation ("com.threerings.getdown:getdown-ant:1.8.7")
'com.threerings.getdown:getdown-ant:jar:1.8.7'
<dependency org="com.threerings.getdown" name="getdown-ant" rev="1.8.7">
<artifact name="getdown-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threerings.getdown', module='getdown-ant', version='1.8.7')
)
libraryDependencies += "com.threerings.getdown" % "getdown-ant" % "1.8.7"
[com.threerings.getdown/getdown-ant "1.8.7"]
Group / Artifact | Type | Version |
---|---|---|
com.threerings.getdown : getdown-core | jar | 1.8.7 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.10.11 |