Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

Getting Started

Panda885 edited this page Feb 7, 2021 · 8 revisions

This Wiki is in work-in-progress!

Installation

Maven

<dependency>
  <groupId>com.kraftics</groupId>
  <artifactId>krafticslib</artifactId>
  <version>0.2.0</version>
  <scope>provided</scope>
</dependency>

Gradle

compileOnly 'com.kraftics:krafticslib:0.2.0'
Clone this wiki locally