add downloadable jars
This commit is contained in:
parent
fa1651f37c
commit
014716e3e1
|
@ -0,0 +1 @@
|
|||
.DS_Store
*~
|
Binary file not shown.
Binary file not shown.
16
index.html
16
index.html
|
@ -21,10 +21,6 @@
|
|||
<h1 id="project_title">snappy-java</h1>
|
||||
<h2 id="project_tagline">Snappy compressor/decompressor for Java</h2>
|
||||
|
||||
<section id="downloads">
|
||||
<a class="zip_download_link" href="https://github.com/xerial/snappy-java/zipball/master">Download this project as a .zip file</a>
|
||||
<a class="tar_download_link" href="https://github.com/xerial/snappy-java/tarball/master">Download this project as a tar.gz file</a>
|
||||
</section>
|
||||
</header>
|
||||
</div>
|
||||
|
||||
|
@ -65,14 +61,12 @@ snappy-java and the other compressors
|
|||
</ul><h2>Download</h2>
|
||||
|
||||
<p>The current stable version is available from here:</p>
|
||||
|
||||
<ul>
|
||||
<li>Release version: <a href="http://code.google.com/p/snappy-java/downloads/list">http://code.google.com/p/snappy-java/downloads/list</a>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/xerial/snappy-java/blob/develop/Milestone.md">Release plans</a> </li>
|
||||
<li><a href="downloads/snappy-java-1.0.5-M3.jar">snappy-java-1.0.5-M3.jar</a></li>
|
||||
</ul>
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/xerial/snappy-java/blob/develop/Milestone.md">Release plans</a>
|
||||
</li>
|
||||
<li>Snapshot version (the latest beta version): <a href="https://oss.sonatype.org/content/repositories/snapshots/org/xerial/snappy/snappy-java/">https://oss.sonatype.org/content/repositories/snapshots/org/xerial/snappy/snappy-java/</a>
|
||||
If you are a Maven user, see <a href="#using-with-maven">pom.xml example</a>.</li>
|
||||
|
@ -176,7 +170,7 @@ $ make
|
|||
|
||||
<h3>Using snappy-java with Tomcat 6 (or higher) Web Server</h3>
|
||||
|
||||
<p>Simply put the snappy-java's jar to WEB-INF/lib folder of your web application. Usual JNI-library specific problem no longer exists since snappy-java version 1.0.3 or higher can be loaded by multiple class loaders in the same JVM by using native code injection to the parent class loader (Issue 21). </p>
|
||||
<p>Simply put the snappy-java's jar to WEB-INF/lib folder of your web application. Usual JNI-library specific problem no longer exists since snappy-java version 1.0.3 or higher can be loaded by multiple class loaders in the same JVM by using native code injection to the parent class loader. </p>
|
||||
|
||||
<hr><p>Snappy-java is developed by <a href="http://www.xerial.org/leo">Taro L. Saito</a>. Twitter <a href="http://twitter.com/#!/taroleo">@taroleo</a></p>
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue