Skip to content

Commit

Permalink
add missing jitpack maven repo to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Sep 6, 2023
1 parent 56bc49e commit 20a1575
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Using in Gradle:
```gradle
repositories {
mavenCentral()
maven { url "https://jitpack.io" } // For com.github.walkyst.JAADec-fork:jaadec-ext-aac & ibxm-fork:com.github.walkyst:ibxm-fork
}
dependencies {
Expand All @@ -35,6 +36,13 @@ dependencies {
Using in Maven:

```xml
<repositories>
<repository>
<id>jitpack</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>dev.arbjerg</groupId>
Expand Down

0 comments on commit 20a1575

Please sign in to comment.