Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
XZot1K committed Apr 20, 2023
2 parents e9f87a1 + ec23d3f commit 9d2fcea
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,33 @@ For support or general information, including the Developer API please visit the
### DisplayShops Addons

https://github.com/bzigus/DisplayShopAddon - `Handles a form of chest-linking allowing users to sync containters to their shops!`

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

<dependencies>
<dependency>
<groupId>com.github.XZot1K</groupId>
<artifactId>DisplayShopsAPI</artifactId>
<version>1.4.0</version>
</dependency>
</dependencies>
```
### Gradle Dependency
```gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.XZot1K:DisplayShopsAPI:1.4.0'
}
```

0 comments on commit 9d2fcea

Please sign in to comment.