Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rokoblox authored Jul 26, 2022
1 parent 36e0728 commit 8a2bad9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,4 @@ dependencies {
```
See [dependency scope](https://docs.modrinth.com/docs/tutorials/maven/#dependency-scope) to know the difference between `modImplementation`, `modApi` and `include`.

### [JitPack](https://jitpack.io/)

```gradle
repositories {
// Your repositories...
maven { url 'https://jitpack.io' }
}
dependencies {
// Your dependencies....
implementation 'com.github.rokoblox:pinlib:latestdev' // or specific version.
}
```

Happy coding!

0 comments on commit 8a2bad9

Please sign in to comment.