License |
License |
---|---|
GroupId | GroupIdcom.github.nkb03 |
ArtifactId | ArtifactIdreaktive |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionreaktive
An FRP library for Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reaktive-1.5.pom | |
reaktive-1.5.jar | 576 KB |
reaktive-1.5-tests.jar | 820 KB |
reaktive-1.5-sources.jar | 62 KB |
reaktive-1.5-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nkb03/reaktive/ -->
<dependency>
<groupId>com.github.nkb03</groupId>
<artifactId>reaktive</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nkb03/reaktive/
implementation 'com.github.nkb03:reaktive:1.5'
// https://jarcasting.com/artifacts/com.github.nkb03/reaktive/
implementation ("com.github.nkb03:reaktive:1.5")
'com.github.nkb03:reaktive:jar:1.5'
<dependency org="com.github.nkb03" name="reaktive" rev="1.5">
<artifact name="reaktive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nkb03', module='reaktive', version='1.5')
)
libraryDependencies += "com.github.nkb03" % "reaktive" % "1.5"
[com.github.nkb03/reaktive "1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.61 |
org.nikok » kref | jar | 1.0.0 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.61 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.spek : spek-api | jar | 1.1.5 |
org.jetbrains.spek : spek-junit-platform-engine | jar | 1.1.5 |
com.natpryce : hamkrest | jar | 1.5.0.0 |