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-06-04 10:05:58 +02:00
Development Builds: https://ci.codemc.org/job/filoghost/job/HolographicDisplays
2018-02-08 13:23:31 +01:00
## Maven
2019-06-04 09:47:46 +02:00
```xml
2018-02-08 13:23:31 +01:00
< repository >
2019-06-04 09:47:46 +02:00
< id > codemc-repo< / id >
< url > https://repo.codemc.org/repository/maven-public/< / url >
2018-02-08 13:23:31 +01:00
< / repository >
```
2019-06-04 09:47:46 +02:00
```xml
2018-02-08 13:23:31 +01:00
< dependency >
2018-08-16 10:09:19 +02:00
< groupId > com.gmail.filoghost.holographicdisplays< / groupId >
< artifactId > holographicdisplays-api< / artifactId >
2019-06-04 09:47:46 +02:00
< version > 2.3.2< / 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.