Add as a dependency

  • Add this in your <repositories>
    <repository>
      <id>codemc-repo</id>
      <url>https://repo.codemc.io/repository/maven-public/</url>
    </repository>
  • Add this in your <dependencies>
    <dependency>
      <groupId>me.HSGamer</groupId>
      <artifactId>BetterGUI</artifactId>
      <version>VERSION</version>
      <scope>provided</scope>
    </dependency>