MVN

me.tatarka.redux : redux-replay

Maven & Gradle

May 23, 2020
192 stars

redux-replay · Redux ported to java/android

<dependency>
    <groupId>me.tatarka.redux</groupId>
    <artifactId>redux-replay</artifactId>
    <version>0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.tatarka.redux : redux-replay to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11

All Versions

Choose a version of me.tatarka.redux : redux-replay to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11
redux-replay-0.11
0.10
redux-replay-0.10
0.9
redux-replay-0.9

How to add a dependency to Maven

Add the following me.tatarka.redux : redux-replay maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.tatarka.redux</groupId>
    <artifactId>redux-replay</artifactId>
    <version>0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.tatarka.redux : redux-replay gradle dependency to your build.gradle file:

implementation 'me.tatarka.redux:redux-replay:0.11'

Gradle Kotlin DSL: Add the following me.tatarka.redux : redux-replay gradle kotlin dependency to your build.gradle.kts file:

implementation("me.tatarka.redux:redux-replay:0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.tatarka.redux : redux-replay sbt scala dependency to your build.sbt file:

libraryDependencies += "me.tatarka.redux" % "redux-replay" % "0.11"

Advertisement