не последняя версия
Последняя версия 0.5.5

org.reduxkotlin:redux-kotlin-thunk 0.2.8

Redux thunmk implementation for Redux-Kotlin. Mulitiplatform supported.

Категории

Категории

Kotlin Языки программирования
Группа

Группа

org.reduxkotlin
Идентификатор

Идентификатор

redux-kotlin-thunk
Версия

Версия

0.2.8
Тип

Тип

pom

Скачать redux-kotlin-thunk 0.2.8


<!-- https://jarcasting.com/artifacts/org.reduxkotlin/redux-kotlin-thunk/ -->
<dependency>
    <groupId>org.reduxkotlin</groupId>
    <artifactId>redux-kotlin-thunk</artifactId>
    <version>0.2.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.reduxkotlin/redux-kotlin-thunk/
implementation 'org.reduxkotlin:redux-kotlin-thunk:0.2.8'
// https://jarcasting.com/artifacts/org.reduxkotlin/redux-kotlin-thunk/
implementation ("org.reduxkotlin:redux-kotlin-thunk:0.2.8")
'org.reduxkotlin:redux-kotlin-thunk:pom:0.2.8'
<dependency org="org.reduxkotlin" name="redux-kotlin-thunk" rev="0.2.8">
  <artifact name="redux-kotlin-thunk" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.reduxkotlin', module='redux-kotlin-thunk', version='0.2.8')
)
libraryDependencies += "org.reduxkotlin" % "redux-kotlin-thunk" % "0.2.8"
[org.reduxkotlin/redux-kotlin-thunk "0.2.8"]