is not current version
Last Version 1.5

com.github.nkb03:reaktive 1.3

An FRP library for Kotlin

GroupId

GroupId

com.github.nkb03
ArtifactId

ArtifactId

reaktive
Version

Version

1.3
Type

Type

jar

Download reaktive 1.3


<!-- https://jarcasting.com/artifacts/com.github.nkb03/reaktive/ -->
<dependency>
    <groupId>com.github.nkb03</groupId>
    <artifactId>reaktive</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nkb03/reaktive/
implementation 'com.github.nkb03:reaktive:1.3'
// https://jarcasting.com/artifacts/com.github.nkb03/reaktive/
implementation ("com.github.nkb03:reaktive:1.3")
'com.github.nkb03:reaktive:jar:1.3'
<dependency org="com.github.nkb03" name="reaktive" rev="1.3">
  <artifact name="reaktive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nkb03', module='reaktive', version='1.3')
)
libraryDependencies += "com.github.nkb03" % "reaktive" % "1.3"
[com.github.nkb03/reaktive "1.3"]