API

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

Repository

<repository>
  <id>aselstudios-repository</id>
  <name>Asel Studios Repository</name>
  <url>https://repo.aselstudios.com/releases</url>
</repository>

Dependency

<dependency>
  <groupId>org.aselstudios</groupId>
  <artifactId>LuxDialoguesAPI</artifactId>
  <version>VERSION</version>
  <scope>provided</scope>
</dependency>

Last updated