Fleks

A lightweight entity component system written in Kotlin.

License

License

Categories

Categories

JavaScript Languages
GroupId

GroupId

io.github.quillraven.fleks
ArtifactId

ArtifactId

Fleks-js
Last Version

Last Version

1.4-KMP-RC1
Release Date

Release Date

Type

Type

pom
Description

Description

Fleks
A lightweight entity component system written in Kotlin.
Project URL

Project URL

https://github.com/Quillraven/Fleks
Source Code Management

Source Code Management

https://github.com/quillraven/fleks/

Download Fleks-js

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.quillraven.fleks/Fleks-js/ -->
<dependency>
    <groupId>io.github.quillraven.fleks</groupId>
    <artifactId>Fleks-js</artifactId>
    <version>1.4-KMP-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.quillraven.fleks/Fleks-js/
implementation 'io.github.quillraven.fleks:Fleks-js:1.4-KMP-RC1'
// https://jarcasting.com/artifacts/io.github.quillraven.fleks/Fleks-js/
implementation ("io.github.quillraven.fleks:Fleks-js:1.4-KMP-RC1")
'io.github.quillraven.fleks:Fleks-js:pom:1.4-KMP-RC1'
<dependency org="io.github.quillraven.fleks" name="Fleks-js" rev="1.4-KMP-RC1">
  <artifact name="Fleks-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.quillraven.fleks', module='Fleks-js', version='1.4-KMP-RC1')
)
libraryDependencies += "io.github.quillraven.fleks" % "Fleks-js" % "1.4-KMP-RC1"
[io.github.quillraven.fleks/Fleks-js "1.4-KMP-RC1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-js jar 1.6.21
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.6.21

Project Modules

There are no modules declared in this project.

Versions

Version
1.4-KMP-RC1