MVN

org.webjars.npm : react-redux

Maven & Gradle

Mar 30, 2023
17 usages

react-redux · WebJar for react-redux

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-redux</artifactId>
    <version>8.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : react-redux to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.5
  • Latest Release Candidate: 8.0.0-rc.1
  • Latest Beta: 8.0.0-beta.4
  • Latest Alpha: 6.0.0-alpha.ede6245

All Versions

Choose a version of org.webjars.npm : react-redux to add to Maven or Gradle - All Versions:

  • Version Updated
  • react-redux-8.0.5

    Mar 30, 2023
  • react-redux-7.2.9

    Oct 14, 2022
  • react-redux-7.2.4

    Oct 14, 2022
  • react-redux-8.0.0-rc.1

    May 06, 2022
  • react-redux-8.0.0-beta.4

    Apr 06, 2022
  • react-redux-8.0.0-beta.3

    Feb 20, 2022
  • react-redux-8.0.0-beta.2

    Jan 06, 2022
  • react-redux-4.4.10

    Mar 12, 2021
  • react-redux-7.2.2

    Dec 23, 2020
  • react-redux-7.1.3

    Nov 18, 2019
  • react-redux-7.1.0

    Jun 28, 2019
  • react-redux-5.0.7

    Mar 26, 2019
  • react-redux-5.1.0

    Mar 26, 2019
  • react-redux-5.1.0-test.1

    Mar 26, 2019
  • react-redux-6.0.1

    Mar 19, 2019
  • react-redux-5.1.1

    Feb 25, 2019
  • react-redux-6.0.0

    Jan 03, 2019
  • react-redux-6.0.0-beta.3

    Nov 26, 2018
  • react-redux-6.0.0-alpha.ede6245

    Oct 20, 2018
  • react-redux-5.0.0-rc.2

    Feb 24, 2018
  • react-redux-5.0.6

    Feb 12, 2018
  • react-redux-5.0.5

    Jun 19, 2017
  • react-redux-5.0.4

    May 10, 2017
  • react-redux-4.4.6

    Nov 20, 2016
  • react-redux-3.1.0

    Jun 28, 2016
  • react-redux-4.4.5

    May 03, 2016
  • react-redux-4.4.1

    Apr 05, 2016
  • react-redux-4.0.0

    Nov 03, 2015
  • react-redux-2.0.0

    Sep 01, 2015

How to add a dependency to Maven

Add the following org.webjars.npm : react-redux maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-redux</artifactId>
    <version>8.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : react-redux gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:react-redux:8.0.5'

Gradle Kotlin DSL: Add the following org.webjars.npm : react-redux gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:react-redux:8.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : react-redux sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "react-redux" % "8.0.5"