Added gradle dep example to readme (#665)

This commit is contained in:
Sam 2025-07-19 10:00:00 -05:00 committed by GitHub
parent e91365a905
commit 65530b055b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,12 @@ Snappy-java is available from Maven's central repository. Add the following depe
<scope>compile</scope>
</dependency>
### Using with Gradle
```
implementation("org.xerial.snappy:snappy-java:(version)")
```
### Using with sbt
```