is not current version
Last Version 1.8.7

com.threerings.getdown:getdown 1.8.1

An application installer and updater.

Categories

Categories

Getdown Build Tools Distribution
GroupId

GroupId

com.threerings.getdown
ArtifactId

ArtifactId

getdown
Version

Version

1.8.1
Type

Type

pom

Download getdown 1.8.1

Filename Size
getdown-1.8.1.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.threerings.getdown/getdown/ -->
<dependency>
    <groupId>com.threerings.getdown</groupId>
    <artifactId>getdown</artifactId>
    <version>1.8.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.threerings.getdown/getdown/
implementation 'com.threerings.getdown:getdown:1.8.1'
// https://jarcasting.com/artifacts/com.threerings.getdown/getdown/
implementation ("com.threerings.getdown:getdown:1.8.1")
'com.threerings.getdown:getdown:pom:1.8.1'
<dependency org="com.threerings.getdown" name="getdown" rev="1.8.1">
  <artifact name="getdown" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.threerings.getdown', module='getdown', version='1.8.1')
)
libraryDependencies += "com.threerings.getdown" % "getdown" % "1.8.1"
[com.threerings.getdown/getdown "1.8.1"]