Skip to content
Quaint edited this page Oct 20, 2022 · 3 revisions

Introduction

Things will be added soon!

Importing

Replace VERSION with the latest version!

Maven

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>

Gradle

Repository:

maven { url = 'https://jitpack.io' }

Dependency:

implementation 'com.github.server-utilities:TheBase:VERSION'
Clone this wiki locally