From 86e04161365a859eddbcf5c7ae6d21e746ed0296 Mon Sep 17 00:00:00 2001 From: Rei Odaira Date: Mon, 9 Dec 2019 10:41:59 -0600 Subject: [PATCH] Update README.md for lz4-pure-java --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e6347ae4..41a777ab 100644 --- a/README.md +++ b/README.md @@ -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)