We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddd5bb commit 19689a6Copy full SHA for 19689a6
README.md
@@ -11,12 +11,12 @@ Follow [these steps](https://help.github.com/en/github/managing-packages-with-gi
11
<dependency>
12
<groupId>cn.xiaopangxie732</groupId>
13
<artifactId>mojang-api</artifactId>
14
- <version>0.1</version>
+ <version>0.1.1</version>
15
</dependency>
16
```
17
18
Jar file download: Please download file at [GitHub releases](https://github.com/XiaoPangxie732/MojangAPI-in-Java/releases/latest)
19
-Javadoc: [Click here](https://xiaopangxie732.github.io/MojangAPI-in-Java/index.html)
+Javadoc: [Click here](https://xiaopangxie732.github.io/MojangAPI-in-Java/apidocs/index.html)
20
## How to build(from source):
21
1.Install [Maven](https://maven.apache.org/).
22
2.cd to source directory.
0 commit comments