From b7663926d715fbfdf408350caec355a25078ca6b Mon Sep 17 00:00:00 2001 From: SilverFox <52673655+silverfox0000@users.noreply.github.com> Date: Fri, 31 Dec 2021 21:23:56 +0200 Subject: [PATCH] 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 --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3ef6127..c777cf0b 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,23 @@ Development Builds: https://ci.codemc.io/job/filoghost/job/HolographicDisplays ```xml - me.filoghost.holographicdisplays + com.gmail.filoghost.holographicdisplays holographicdisplays-api 2.4.9 provided ``` +## 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.