mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-11-23 10:55:10 +01:00
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:
parent
9dbdbc36fd
commit
b7663926d7
13
README.md
13
README.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user