HolographicDisplays/README.md

28 lines
902 B
Markdown
Raw Normal View History

2018-09-04 00:30:09 +02:00
Holographic Displays
2014-06-09 15:50:33 +02:00
===================
2014-12-21 00:38:18 +01:00
Bukkit Dev Page: http://dev.bukkit.org/bukkit-plugins/holographic-displays
2014-06-09 15:53:53 +02:00
2018-02-08 13:23:31 +01:00
API tutorial: https://github.com/filoghost/HolographicDisplays/wiki
2019-12-17 18:48:00 +01:00
Development Builds: https://ci.codemc.io/job/filoghost/job/HolographicDisplays
2018-02-08 13:23:31 +01:00
## Maven
```xml
2018-02-08 13:23:31 +01:00
<repository>
<id>codemc-repo</id>
2019-12-17 18:48:00 +01:00
<url>https://repo.codemc.io/repository/maven-public/</url>
2018-02-08 13:23:31 +01:00
</repository>
```
```xml
2018-02-08 13:23:31 +01:00
<dependency>
2020-11-09 23:31:55 +01:00
<groupId>me.filoghost.holographicdisplays</groupId>
2018-08-16 10:09:19 +02:00
<artifactId>holographicdisplays-api</artifactId>
2020-11-09 23:31:55 +01:00
<version>3.0.0</version>
2018-08-16 10:09:19 +02:00
<scope>provided</scope>
2018-02-08 13:23:31 +01:00
</dependency>
```
2018-12-14 14:24:54 +01:00
## License
Holographic Displays 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.