is not current version
Last Version 0.2.10

org.reduxkotlin:redux-kotlin-reselect 0.2.6

Redux reselect implementation for Redux-Kotlin. Mulitiplatform supported.

Categories

Categories

Kotlin Languages
GroupId

GroupId

org.reduxkotlin
ArtifactId

ArtifactId

redux-kotlin-reselect
Version

Version

0.2.6
Type

Type

pom

Download redux-kotlin-reselect 0.2.6


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