MVN

org.reduxkotlin.redux-kotlin : lib-threadsafe

Maven & Gradle

Jul 04, 2020
399 stars

reduxkotlin · Redux implementation for Kotlin. Mulitiplatform supported.

<dependency>
    <groupId>org.reduxkotlin.redux-kotlin</groupId>
    <artifactId>lib-threadsafe</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.reduxkotlin.redux-kotlin : lib-threadsafe to add to Maven - Latest Versions:

  • Latest Stable: 0.5.2

All Versions

Choose a version of org.reduxkotlin.redux-kotlin : lib-threadsafe to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
lib-threadsafe-0.5.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.reduxkotlin.redux-kotlin</groupId>
    <artifactId>lib-threadsafe</artifactId>
    <version>0.5.2</version>
</dependency>

Advertisement