MVN

org.webjars : react-router

Maven & Gradle

Mar 02, 2017

React Router · WebJar for React Router

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>react-router</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.4.0

All Versions

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

Version Vulnerabilities Updated
2.4.x
react-router-2.4.0
1.0.x
react-router-1.0.3
react-router-1.0.0
0.13.x
react-router-0.13.2
0.12.x
react-router-0.12.4
react-router-0.12.0
0.11.x
react-router-0.11.6
react-router-0.11.4
0.10.x
react-router-0.10.2
0.9.x
react-router-0.9.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>react-router</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars:react-router:2.4.0'

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

implementation("org.webjars:react-router:2.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars" % "react-router" % "2.4.0"

Advertisement