MVN

com.threerings.getdown : getdown-core

Maven & Gradle

May 24, 2022
3 usages
443 stars

Getdown Core · Core Getdown functionality

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

Latest Version

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

  • Latest Stable: 1.8.7

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement