If you wish to use ProMCCore as a dependency in your projects, include the following in your pom.xml
<repository>
<id>promcteam</id>
<url>https://maven.pkg.github.com/promcteam/promccore</url>
</repository>
...
<dependency>
<groupId>mc.promcteam</groupId>
<artifactId>promccore</artifactId>
<version>1.0.3.8</version>
</dependency>Additionally, you'll need to make sure that you have properly configured Authentication with GitHub Packages.