https://github.com/maxlego08/zauctionhousev3-api
zAuctionHouse V3 plugin API
https://github.com/maxlego08/zauctionhousev3-api
Last synced: 6 days ago
JSON representation
zAuctionHouse V3 plugin API
- Host: GitHub
- URL: https://github.com/maxlego08/zauctionhousev3-api
- Owner: Maxlego08
- Created: 2021-02-07T11:16:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T09:55:03.000Z (12 months ago)
- Last Synced: 2025-05-30T00:59:34.289Z (20 days ago)
- Language: Java
- Size: 237 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zAuctionHouseV3-API
zAuctionHouse V3 plugin API plugin link
## Maven
```xml
jitpack.io
https://jitpack.io
com.github.Maxlego08
zAuctionHouseV3-API
3.1.3.0
```
## Gradle```kts
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.Maxlego08:zAuctionHouseV3-API:3.1.3.0'
}
```