Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 942 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 942 Bytes

Flare Logo

Flare UI

Gradle Build Docs Publish

A reactive Spigot Inventory UI library.

⚠️ This library is still in development and is not suitable for production use

Usage

Flare is available on Maven Central. Replace VERSION with version number you can find in the GitHub releases.

Setup for maven:

<dependency>
    <groupId>space.maxus</groupId>
    <artifactId>flare</artifactId>
    <version>VERSION</version>
</dependency>

Setup for gradle:

implementation("space.maxus:flare:VERSION")