Update README.md

This commit is contained in:
Taro L. Saito 2013-10-17 14:41:58 +09:00
parent 547edbaeca
commit 92515140f4
1 changed files with 4 additions and 2 deletions

View File

@ -23,12 +23,14 @@ The snappy-java is a Java port of the snappy
## Download ## Download
* [Release Notes](Milestone.md)
The current stable version is available from here: The current stable version is available from here:
* Release version: http://code.google.com/p/snappy-java/downloads/list * Release version: http://code.google.com/p/snappy-java/downloads/list
* [Release plans](Milestone.md)
* Snapshot version (the latest beta version): https://oss.sonatype.org/content/repositories/snapshots/org/xerial/snappy/snappy-java/ * Snapshot version (the latest beta version): https://oss.sonatype.org/content/repositories/snapshots/org/xerial/snappy/snappy-java/
If you are a Maven user, see [pom.xml example](#using-with-maven). For Maven user, see [pom.xml example](#using-with-maven).
## Usage ## Usage
First, import `org.xerial.snapy.Snappy` in your Java code: First, import `org.xerial.snapy.Snappy` in your Java code: