mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-23 14:04:39 +02:00
Added gradle dep example to readme (#665)
This commit is contained in:
parent
e91365a905
commit
65530b055b
@ -51,6 +51,12 @@ Snappy-java is available from Maven's central repository. Add the following depe
|
|||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
### Using with Gradle
|
||||||
|
|
||||||
|
```
|
||||||
|
implementation("org.xerial.snappy:snappy-java:(version)")
|
||||||
|
```
|
||||||
|
|
||||||
### Using with sbt
|
### Using with sbt
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user