mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-22 10:05:17 +01:00
Add Maven and Javadoc links in README.md
This commit is contained in:
parent
d2bc2a5ca5
commit
a0ca38ee20
20
README.md
20
README.md
@ -3,4 +3,24 @@ ChestCommands
|
||||
|
||||
Bukkit Page: http://dev.bukkit.org/projects/chest-commands
|
||||
|
||||
API Javadoc for developers: https://ci.codemc.io/job/filoghost/job/ChestCommands/javadoc/index.html?me/filoghost/chestcommands/api/ChestCommandsAPI.html
|
||||
|
||||
## Maven
|
||||
```xml
|
||||
<repository>
|
||||
<id>codemc-repo</id>
|
||||
<url>https://repo.codemc.io/repository/maven-public/</url>
|
||||
</repository>
|
||||
```
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>me.filoghost.chestcommands</groupId>
|
||||
<artifactId>chestcommands-api</artifactId>
|
||||
<version>4.0.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
## License
|
||||
Chest Commands is free software/open source, and is distributed under the [GPL 3.0 License](https://opensource.org/licenses/GPL-3.0). It contains third-party code, see the included THIRD-PARTY.txt file for the license information on third-party code.
|
||||
|
Loading…
Reference in New Issue
Block a user