mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-12-19 07:17:37 +01:00
Add maven repository info
This commit is contained in:
parent
7d189ee9e2
commit
cae74ee88d
19
README.md
19
README.md
@ -4,3 +4,22 @@ HolographicDisplays
|
||||
Bukkit Dev Page: http://dev.bukkit.org/bukkit-plugins/holographic-displays
|
||||
|
||||
API tutorial: https://github.com/filoghost/HolographicDisplays/wiki
|
||||
|
||||
Development Builds: https://ci.filoghost.me/job/HolographicDisplays
|
||||
|
||||
## Maven
|
||||
```
|
||||
<repository>
|
||||
<id>filoghost-repo</id>
|
||||
<url>https://ci.filoghost.me/plugin/repository/everything/</url>
|
||||
</repository>
|
||||
```
|
||||
|
||||
```
|
||||
<dependency>
|
||||
<groupId>com.gmail.filoghost.holographicdisplays</groupId>
|
||||
<artifactId>holographicdisplays-api</artifactId>
|
||||
<version>2.2.7-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user