File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -18,22 +18,34 @@ Hypixel [Code Creations](https://hypixel.net/forums/code-creations.65/) forum.
18
18
You can use this API as a dependency via the public Hypixel maven repo.
19
19
20
20
``` xml
21
-
22
21
<repository >
23
22
<id >Hypixel</id >
24
23
<url >https://repo.hypixel.net/repository/Hypixel/</url >
25
24
</repository >
26
25
```
27
26
28
27
``` xml
29
-
30
28
<dependency >
31
29
<groupId >net.hypixel</groupId >
32
30
<artifactId >HypixelAPI</artifactId >
33
31
<version >3.0.0</version >
34
32
</dependency >
35
33
```
36
34
35
+ This repo can also be used with Gradle in the following form.
36
+
37
+ ``` gradle
38
+ repositories {
39
+ maven { url 'https://repo.hypixel.net/repository/Hypixel/' }
40
+ }
41
+ ```
42
+
43
+ ``` gradle
44
+ dependencies {
45
+ implementation 'net.hypixel:HypixelAPI:3.0.0'
46
+ }
47
+ ```
48
+
37
49
### Dependencies
38
50
39
51
The Hypixel PublicAPI has the following dependencies:
You can’t perform that action at this time.
0 commit comments