chore: 更新ReadMe

Signed-off-by: 502647092 <admin@yumc.pw>
master
502647092 2016-09-03 16:16:03 +08:00
parent 4d2abf4e0b
commit d696742f4e
1 changed files with 8 additions and 2 deletions

View File

@ -6,8 +6,8 @@ Maven Repo
```XML
<repositories>
<repository>
<id>citycraft-repo</id>
<url>http://hs.yumc.pw:8080/plugin/repository/everything/</url>
<id>yumc-repo</id>
<url>http://repo.yumc.pw/content/groups/public/</url>
</repository>
</repositories>
```
@ -20,6 +20,12 @@ Maven Depend
<type>jar</type>
<version>1.0</version>
</dependency>
<dependency>
<groupId>cn.citycraft</groupId>
<artifactId>GsonAgent</artifactId>
<type>jar</type>
<version>1.0</version>
</dependency>
</dependencies>
```
Maven Shade [Shade Or Depend]