License |
License |
---|---|
Categories |
CategoriesGetdown Build Tools Distribution |
GroupId | GroupIdcom.threerings.getdown |
ArtifactId | ArtifactIdgetdown |
Last Version | Last Version1.8.7 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiongetdown
An application installer and updater.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
getdown-1.8.7.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threerings.getdown/getdown/ -->
<dependency>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<version>1.8.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.threerings.getdown/getdown/
implementation 'com.threerings.getdown:getdown:1.8.7'
// https://jarcasting.com/artifacts/com.threerings.getdown/getdown/
implementation ("com.threerings.getdown:getdown:1.8.7")
'com.threerings.getdown:getdown:pom:1.8.7'
<dependency org="com.threerings.getdown" name="getdown" rev="1.8.7">
<artifact name="getdown" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.threerings.getdown', module='getdown', version='1.8.7')
)
libraryDependencies += "com.threerings.getdown" % "getdown" % "1.8.7"
[com.threerings.getdown/getdown "1.8.7"]