We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e7ca0 commit 575c4a2Copy full SHA for 575c4a2
README.md
@@ -14,14 +14,14 @@ Maven:
14
<dependency>
15
<groupId>cn.xiaopangxie732</groupId>
16
<artifactId>mojang-api</artifactId>
17
- <version>0.0.3</version>
+ <version>0.0.4</version>
18
</dependency>
19
```
20
21
Jar file download: Please download file at [GitHub releases](https://github.com/XiaoPangxie732/MojangAPI-in-Java/releases/latest)
22
-Javadoc: [Click here](http://yc.aikeshi.top:30003/xiaopangxie732/javadoc/mojang-api/0.0.1)
+Javadoc: [Click here](https://maxpixel.cn:20443/xiaopangxie732/javadoc/mojang-api/0.0.4/)
23
## How to build(from source):
24
1.Install Maven.
25
2.cd to that directory.
26
3.Run <code>mvn clean install</code>
27
-4.When build complete, files are all in target folder
+4.When build complete, files are all in target folder
0 commit comments