MVN

org.reduxkotlin : reselect-js

Maven & Gradle

Aug 17, 2020
1 stars

reduxkotlin-reselect · Redux reselect implementation for Redux-Kotlin. Mulitiplatform supported.

<dependency>
    <groupId>org.reduxkotlin</groupId>
    <artifactId>reselect-js</artifactId>
    <version>0.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.reduxkotlin : reselect-js to add to Maven - Latest Versions:

  • Latest Stable: 0.5.5

All Versions

Choose a version of org.reduxkotlin : reselect-js to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
reselect-js-0.5.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.reduxkotlin</groupId>
    <artifactId>reselect-js</artifactId>
    <version>0.5.5</version>
</dependency>

Advertisement