Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 498 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 498 Bytes

XaLib - Minecraft library

Installation

Note

The version of the library may differ from the one shown below.
Check the latest version here

Docs are available at xalib.xap3y.eu

Maven

<dependency>
  <groupId>eu.xap3y</groupId>
  <artifactId>xalib</artifactId>
  <version>1.0.5</version>
</dependency>

Gradle

dependencies {
  implementation 'eu.xap3y:xalib:1.0.5'
}