is not current version
Last Version 0.5.5

org.reduxkotlin:redux-kotlin-threadsafe 0.5.0

Redux implementation for Kotlin. Mulitiplatform supported.

Categories

Categories

Kotlin Languages
GroupId

GroupId

org.reduxkotlin
ArtifactId

ArtifactId

redux-kotlin-threadsafe
Version

Version

0.5.0
Type

Type

pom

Download redux-kotlin-threadsafe 0.5.0


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