Skip to content

Commit 6555290

Browse files
authored
Added gradle dep example to readme
1 parent 0b125f9 commit 6555290

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ Snappy-java is available from Maven's central repository. Add the following depe
5151
<scope>compile</scope>
5252
</dependency>
5353

54+
### Using with Gradle
55+
56+
```
57+
implementation("org.xerial.snappy:snappy-java:(version)")
58+
```
59+
5460
### Using with sbt
5561

5662
```

0 commit comments

Comments
 (0)