Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

CrucialAPI-v2.1.6

Choose a tag to compare

@Chafficui Chafficui released this 20 Jun 14:12
· 30 commits to master since this release
cffa710

New Features

  • added support for spigot 1.19

Installation

Release version: v2.1.6
Latest version:
Latest build:

Gradle

repositories {
	maven { url 'https://jitpack.io' }
}
dependencies {
	implementation 'com.github.Chafficui:CrucialAPI:v2.1.6'
}

Maven

<repository>
	<id>jitpack.io</id>
	<url>https://jitpack.io</url>
</repository>
<dependency>
	<groupId>com.github.Chafficui</groupId>
	<artifactId>CrucialAPI</artifactId>
	<version>v2.1.6</version>
</dependency>

Javadocs

Docs