is not current version
Last Version 0.5.5

org.reduxkotlin:redux-kotlin 0.3.2

Redux implementation for Kotlin. Mulitiplatform supported.

Categories

Categories

Kotlin Languages
GroupId

GroupId

org.reduxkotlin
ArtifactId

ArtifactId

redux-kotlin
Version

Version

0.3.2
Type

Type

pom

Download redux-kotlin 0.3.2


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