API

To use LuxGestures API in your project, you will need to add the following dependency and repository

Repository

<repository>
  <id>lunaxia-releases</id>
  <url>https://repo.lunaxia.network/releases</url>
</repository>

Dependency

<dependency>
  <groupId>com.aselstudios.gestures</groupId>
  <artifactId>api</artifactId>
  <version>VERSION</version>
</dependency>

Last updated