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

CrucialAPI-v2.0.0-SNAPSHOT.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@Chafficui Chafficui released this 23 Sep 09:47
· 78 commits to master since this release

With this release we reworked the whole CrucialAPI. Everything is easier to use and more advanced now.

New Features

  • CrucialItems are now working a different way
  • restructured directories

Installation

Release version: v2.0.0-SNAPSHOT.7
Latest version:

Gradle

repositories {
	maven { url 'https://jitpack.io' }
}
dependencies {
	implementation 'com.github.Chafficui:CrucialAPI:v2.0.0-SNAPSHOT.7'
}

Maven

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

Javadocs

Docs