Refer to main Maven Central directory.

There's no longer a single jar file to talk about, and sending people to the
directory saves us from having to update README every time we do a release.

Fixes #152
This commit is contained in:
Michael Bayne
2018-10-29 14:51:39 -07:00
parent a0c4edfc67
commit bb6a6c3a64
+10 -6
View File
@@ -42,17 +42,21 @@ See [CHANGELOG.md](CHANGELOG.md) for release notes.
## Obtaining Getdown
The latest version of Getdown can be obtained thusly:
Getdown will likely need to be integrated into your build, for which we have
[separate instructions](https://github.com/threerings/getdown/wiki/Build-Integration). You can
also download the individual jar files from Maven Central if needed:
* Download the pre-built jar file from Maven Central:
[getdown-1.8.0.jar](http://repo2.maven.org/maven2/com/threerings/getdown/1.8.0/getdown-1.8.0.jar)
* Obtain the jar artifact via Maven with the following identifier: `com.threerings:getdown:1.8.0`.
* [Check out the code](https://github.com/threerings/getdown) and build it yourself.
* In [this Maven Central directory](http://repo2.maven.org/maven2/com/threerings/getdown) you can
find the latest versions of `getdown-launcher.jar` (the code that updates and launches your
app), `getdown-ant.jar` (build integration for the Ant build tool, and which can also be used
with Maven), and `getdown-core.jar` (the core updating and launching logic which you don't
usually use directly, unless you're embedding Getdown in your app).
You can also:
* View the [javadoc documentation] online.
* [Check out the code](https://github.com/threerings/getdown) and build it yourself.
* Browse the [source code] online.
* View the [javadoc documentation] online.
## JVM Version Requirements