diff --git a/README.md b/README.md index e33a56c..c0c7fae 100755 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ Snappy-java is available from Maven's central repository. Add the following depe compile +### Using with Gradle + +``` +implementation("org.xerial.snappy:snappy-java:(version)") +``` + ### Using with sbt ```