Setup - Quillraven/Fleks GitHub Wiki

To use Fleks add it as a dependency to your project. In the snippets below you will see how to add the 2.5 version. Adjust it to the release version that you want to use, ideally the latest:

Apache Maven

<dependency>
  <groupId>io.github.quillraven.fleks</groupId>
  <artifactId>Fleks-jvm</artifactId>
  <version>2.5</version>
</dependency>

Gradle (Groovy)

implementation 'io.github.quillraven.fleks:Fleks:2.5'

Gradle (Kotlin)

implementation("io.github.quillraven.fleks:Fleks:2.5")

KorGE

dependencyMulti("io.github.quillraven.fleks:Fleks:2.5", registerPlugin = false)
⚠️ **GitHub.com Fallback** ⚠️