MVN

com.threerings.getdown : getdown-ant

Maven & Gradle

May 24, 2022
443 stars

Getdown Ant Task · An Ant task for building Getdown app distributions

<dependency>
    <groupId>com.threerings.getdown</groupId>
    <artifactId>getdown-ant</artifactId>
    <version>1.8.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.threerings.getdown : getdown-ant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.7

All Versions

Choose a version of com.threerings.getdown : getdown-ant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
getdown-ant-1.8.7
getdown-ant-1.8.6
getdown-ant-1.8.5
getdown-ant-1.8.4
getdown-ant-1.8.3
getdown-ant-1.8.2
getdown-ant-1.8.1
getdown-ant-1.8.0

How to add a dependency to Maven

Add the following com.threerings.getdown : getdown-ant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.threerings.getdown</groupId>
    <artifactId>getdown-ant</artifactId>
    <version>1.8.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.threerings.getdown : getdown-ant gradle dependency to your build.gradle file:

implementation 'com.threerings.getdown:getdown-ant:1.8.7'

Gradle Kotlin DSL: Add the following com.threerings.getdown : getdown-ant gradle kotlin dependency to your build.gradle.kts file:

implementation("com.threerings.getdown:getdown-ant:1.8.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.threerings.getdown : getdown-ant sbt scala dependency to your build.sbt file:

libraryDependencies += "com.threerings.getdown" % "getdown-ant" % "1.8.7"

Advertisement