-
Notifications
You must be signed in to change notification settings - Fork 20
Setup
Simon edited this page Nov 5, 2024
·
13 revisions
To use Fleks add it as a dependency to your project. In the snippets below you will see how to add the 2.10
version. Adjust it to the release version that you want to use, ideally the latest:
<dependency>
<groupId>io.github.quillraven.fleks</groupId>
<artifactId>Fleks-jvm</artifactId>
<version>2.10</version>
</dependency>
implementation 'io.github.quillraven.fleks:Fleks:2.10'
implementation("io.github.quillraven.fleks:Fleks:2.10")
dependencyMulti("io.github.quillraven.fleks:Fleks:2.10", registerPlugin = false)