MVN

io.github.quillraven.fleks : Fleks-native

Maven & Gradle

Feb 26, 2023
152 stars

Fleks · A lightweight entity component system written in Kotlin.

<dependency>
    <groupId>io.github.quillraven.fleks</groupId>
    <artifactId>Fleks-native</artifactId>
    <version>2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.quillraven.fleks : Fleks-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3
  • Latest Release Candidate: 1.4-KMP-RC1

All Versions

Choose a version of io.github.quillraven.fleks : Fleks-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3
Fleks-native-2.3
2.2
Fleks-native-2.2
2.1
Fleks-native-2.1
2.0
Fleks-native-2.0
1.6
Fleks-native-1.6-KMP
1.5
Fleks-native-1.5-KMP
1.4
Fleks-native-1.4-KMP-RC1

How to add a dependency to Maven

Add the following io.github.quillraven.fleks : Fleks-native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.quillraven.fleks</groupId>
    <artifactId>Fleks-native</artifactId>
    <version>2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.quillraven.fleks : Fleks-native gradle dependency to your build.gradle file:

implementation 'io.github.quillraven.fleks:Fleks-native:2.3'

Gradle Kotlin DSL: Add the following io.github.quillraven.fleks : Fleks-native gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.quillraven.fleks:Fleks-native:2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.quillraven.fleks : Fleks-native sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.quillraven.fleks" % "Fleks-native" % "2.3"