MVN

com.tunjid : mutator

Maven & Gradle

Jan 21, 2022
35 stars

mutator · A tiny redux-like library that makes it easy to transform streams of actions into streams of state

<dependency>
    <groupId>com.tunjid</groupId>
    <artifactId>mutator</artifactId>
    <version>coroutines-native</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tunjid : mutator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: coroutines-native

All Versions

Choose a version of com.tunjid : mutator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
coroutines
mutator-coroutines-native
mutator-coroutines-jvm
mutator-coroutines
core
mutator-core-native
mutator-core-jvm
mutator-core
0.0.x
mutator-0.0.0

How to add a dependency to Maven

Add the following com.tunjid : mutator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tunjid</groupId>
    <artifactId>mutator</artifactId>
    <version>coroutines-native</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tunjid : mutator gradle dependency to your build.gradle file:

implementation 'com.tunjid:mutator:coroutines-native'

Gradle Kotlin DSL: Add the following com.tunjid : mutator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tunjid:mutator:coroutines-native")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tunjid : mutator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tunjid" % "mutator" % "coroutines-native"

Advertisement