MVN

org.webjars.npm : redux-actions

Maven & Gradle

Jul 15, 2019
2 usages

redux-actions · WebJar for redux-actions

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

Latest Version

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

  • Latest Stable: 2.6.5

All Versions

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

Version Vulnerabilities Updated
2.6.x
redux-actions-2.6.5
redux-actions-2.6.4
0.8.x
redux-actions-0.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>redux-actions</artifactId>
    <version>2.6.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:redux-actions:2.6.5'

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

implementation("org.webjars.npm:redux-actions:2.6.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "redux-actions" % "2.6.5"

Advertisement