MVN

com.daftmobile.redukt : redukt-bom

Maven & Gradle

Apr 20, 2023
4 stars

redukt-bom · ReduKt is a Redux pattern adaptation in Kotlin, integrated with coroutines, testable and multiplatform.

<dependency>
    <groupId>com.daftmobile.redukt</groupId>
    <artifactId>redukt-bom</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.daftmobile.redukt : redukt-bom to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.daftmobile.redukt : redukt-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
redukt-bom-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.daftmobile.redukt</groupId>
    <artifactId>redukt-bom</artifactId>
    <version>1.0</version>
</dependency>