Maven Group ID fix and added Gradle Configuration

I Fixed Maven Group ID because `me.filoghost.holographicdisplays` only had versions above 3.0 and added Gradle Configuration maybe someone will need it
This commit is contained in:
SilverFox 2021-12-31 21:23:56 +02:00 committed by filoghost
parent 9dbdbc36fd
commit b7663926d7
1 changed files with 12 additions and 1 deletions

View File

@ -17,12 +17,23 @@ Development Builds: https://ci.codemc.io/job/filoghost/job/HolographicDisplays
```xml
<dependency>
<groupId>me.filoghost.holographicdisplays</groupId>
<groupId>com.gmail.filoghost.holographicdisplays</groupId>
<artifactId>holographicdisplays-api</artifactId>
<version>2.4.9</version>
<scope>provided</scope>
</dependency>
```
## Gradle
```groovy
maven {
url "https://repo.codemc.io/repository/maven-public/"
}
```
```groovy
implementation 'com.gmail.filoghost.holographicdisplays:holographicdisplays-api:2.4.9'
```
## 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.