From 8a2bad9161eb8e0f1694f58bae90e5bda2a08ed3 Mon Sep 17 00:00:00 2001 From: roko <40763333+rokoblox@users.noreply.github.com> Date: Tue, 26 Jul 2022 12:47:56 +0200 Subject: [PATCH] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 77284d3..29bc397 100644 --- a/README.md +++ b/README.md @@ -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!