Skip to content

Commit

Permalink
Update README.md for lz4-pure-java
Browse files Browse the repository at this point in the history
  • Loading branch information
odaira committed Dec 9, 2019
1 parent da5e249 commit 86e0416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ int hash = hash32.getValue();

You can download released artifacts from [Maven Central](https://search.maven.org/search?q=g:org.lz4%20a:lz4-java).

You can download pure-Java lz4-java from [Maven Central](https://search.maven.org/search?q=g:org.lz4%20a:lz4-pure-java). These artifacts include the Safe and Unsafe Java versions but not JNI bindings. (Experimental)

# Documentation

- [lz4](https://lz4.github.io/lz4-java/1.7.0/docs/net/jpountz/lz4/package-summary.html)
Expand Down

0 comments on commit 86e0416

Please sign in to comment.