We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50e5c7 commit b662fcfCopy full SHA for b662fcf
README.md
@@ -0,0 +1,17 @@
1
+# PandorCoreAPI
2
+PandorCoreAPI for PandorCore
3
+
4
+# Maven
5
+Replace LATEST with latest version in [Releases](https://repo.pandorianmc.net/#/releases/net/pandorianmc/PandorCoreAPI).
6
+```XML
7
+<repository>
8
+ <id>pandor-repo</id>
9
+ <url>https://repo.pandorianmc.net/releases</url>
10
+</repository>
11
12
+<dependency>
13
+ <groupId>net.pandorianmc</groupId>
14
+ <artifactId>PandorCoreAPI</artifactId>
15
+ <version>LATEST</version>
16
+</dependency>
17
+```
0 commit comments