MVN

io.github.quillraven.fleks : Fleks-js

Maven & Gradle

Jul 22, 2023
152 stars

Fleks · A lightweight entity component system written in Kotlin.

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

Latest Version

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

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

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.quillraven.fleks</groupId>
    <artifactId>Fleks-js</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.quillraven.fleks:Fleks-js:2.4'

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

implementation("io.github.quillraven.fleks:Fleks-js:2.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.quillraven.fleks" % "Fleks-js" % "2.4"

Advertisement