r

redux-kotlin-thunk-js

Redux thunmk implementation for Redux-Kotlin. Mulitiplatform supported.
https://github.com/reduxkotlin/Redux-Kotlin-Thunk
The Apache License, Version 2.0
reduxkotlin.org
Files download
File Operation
redux-kotlin-thunk-js-0.6.0.pom download
redux-kotlin-thunk-js-0.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.reduxkotlin</groupId>
  <artifactId>redux-kotlin-thunk-js</artifactId>
  <version>0.6.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.reduxkotlin:redux-kotlin-thunk-js:0.6.0'
Gradle Kotlin
implementation("org.reduxkotlin:redux-kotlin-thunk-js:0.6.0")
Scala SBT
libraryDependencies += "org.reduxkotlin" % "redux-kotlin-thunk-js" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.reduxkotlin', module='redux-kotlin-thunk-js', version='0.6.0')
)
Apache Ivy
<dependency org="org.reduxkotlin" name="redux-kotlin-thunk-js" rev="0.6.0" />
Leiningen
[org.reduxkotlin/redux-kotlin-thunk-js "0.6.0"]
Apache Buildr
'org.reduxkotlin:redux-kotlin-thunk-js:jar:0.6.0'