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
Development Builds: https://ci.filoghost.me/job/HolographicDisplays
## Maven
```
< repository >
2018-08-16 10:09:19 +02:00
< id > filoghost-repo< / id >
< url > https://ci.filoghost.me/plugin/repository/everything/< / url >
2018-02-08 13:23:31 +01:00
< / repository >
```
```
< dependency >
2018-08-16 10:09:19 +02:00
< groupId > com.gmail.filoghost.holographicdisplays< / groupId >
< artifactId > holographicdisplays-api< / artifactId >
2018-09-04 00:30:09 +02:00
< version > 2.3.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.