g

getdown-ant

An Ant task for building Getdown app distributions
Files download
File Operation
getdown-ant-1.8.7.jar download
getdown-ant-1.8.7.pom download
getdown-ant-1.8.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.threerings.getdown</groupId>
  <artifactId>getdown-ant</artifactId>
  <version>1.8.7</version>
</dependency>
Gradle Groovy
implementation 'com.threerings.getdown:getdown-ant:1.8.7'
Gradle Kotlin
implementation("com.threerings.getdown:getdown-ant:1.8.7")
Scala SBT
libraryDependencies += "com.threerings.getdown" % "getdown-ant" % "1.8.7"
Groovy Grape
@Grapes(
  @Grab(group='com.threerings.getdown', module='getdown-ant', version='1.8.7')
)
Apache Ivy
<dependency org="com.threerings.getdown" name="getdown-ant" rev="1.8.7" />
Leiningen
[com.threerings.getdown/getdown-ant "1.8.7"]
Apache Buildr
'com.threerings.getdown:getdown-ant:jar:1.8.7'