You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a complete and easy-to-use Java wrapper for the [MC-Market Ultimate API](https://www.mc-market.org/wiki/ultimate-api/) built with Java SE Development Kit 17.0.1.
4
10
5
11
# Sending a request
@@ -39,19 +45,30 @@ if (response.getError() == null) {
39
45
```
40
46
Sortable fields can be found at the official API documentation [here](https://www.mc-market.org/wiki/ultimate-api-v1/).
41
47
42
-
# Maven Installation Guide
43
-
1. Download the latest JAR file [here](https://github.com/swanis/mcmarket-api-java-wrapper/releases).
48
+
# Jitpack Installation
49
+
## Gradle
50
+
```groovy
51
+
repositories {
52
+
maven { url 'https://jitpack.io' }
53
+
}
44
54
45
-
2. Run this command in your terminal to add the jar file as a maven dependency in your local repository:
0 commit comments