HolographicDisplays/README.md

40 lines
1.1 KiB
Markdown
Raw Permalink 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>
2022-11-18 22:09:22 +01:00
<groupId>me.filoghost.holographicdisplays</groupId>
2018-08-16 10:09:19 +02:00
<artifactId>holographicdisplays-api</artifactId>
2022-11-18 22:09:22 +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
## Gradle
```groovy
maven {
url "https://repo.codemc.io/repository/maven-public/"
}
```
```groovy
2022-11-18 22:09:22 +01:00
compileOnly 'me.filoghost.holographicdisplays:holographicdisplays-api:3.0.0'
```
2018-12-14 14:24:54 +01:00
## License
2021-12-13 23:10:09 +01:00
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.