File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22Mojang Public API Java implementation.
33
44## Usage
5- Usage is in the [ wiki ] ( https://github.com/XiaoPangxie732/MojangAPI-in-Java/wiki )
5+ Usage is in [ Wiki ] ( https://github.com/XiaoPangxie732/MojangAPI-in-Java/wiki )
66
77## Download
88Maven:
9+ Follow [ here] ( ) to add repository first.
910``` xml
1011<dependency >
1112 <groupId >cn.xiaopangxie732</groupId >
1718Jar file download: Please download file at [ GitHub releases] ( https://github.com/XiaoPangxie732/MojangAPI-in-Java/releases/latest )
1819Javadoc: [ Click here] ( https://xiaopangxie732.github.io/MojangAPI-in-Java/index.html )
1920## How to build(from source):
20- 1.Install Maven.
21+ 1.Install [ Maven] ( https://maven.apache.org/ ) .
21222.cd to source directory.
22233.Run <code >mvn clean install</code >
23244.When build complete, files are all in target folder.
You can’t perform that action at this time.
0 commit comments