-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Quaint edited this page Oct 20, 2022
·
3 revisions
Things will be added soon!
Replace VERSION
with the latest version!
Repository:
<!-- Jitpack -->
<repository>
<id>jitpack</id>
<url>https://jitpack.io</url>
</repository>
Dependency:
<dependency>
<groupId>com.github.server-utilities</groupId>
<artifactId>TheBase</artifactId>
<version>VERSION</version>
<!-- Should it be shaded or not?
<scope>provided</scope>
<scope>compile</scope>-->
</dependency>
Repository:
maven { url = 'https://jitpack.io' }
Dependency:
implementation 'com.github.server-utilities:TheBase:VERSION'