mirror of
https://e.coding.net/circlecloud/TellRaw.git
synced 2025-10-01 12:16:57 +00:00
10
README.MD
10
README.MD
@ -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]
|
||||
|
Reference in New Issue
Block a user