MVN

org.webjars.npm : react-is

Maven & Gradle

Dec 13, 2022
21 usages

react-is · WebJar for react-is

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

Latest Version

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

  • Latest Stable: 18.2.0
  • Latest Release Candidate: 18.0.0-rc.3
  • Latest Alpha: 18.0.0-alpha-e6be2d531

All Versions

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

  • Version Updated
  • react-is-18.0.0-rc.3

    Dec 13, 2022
  • react-is-18.2.0

    Sep 23, 2022
  • react-is-18.0.0-alpha-e6be2d531

    Sep 07, 2021
  • react-is-17.0.2

    May 25, 2021
  • react-is-17.0.1

    Feb 01, 2021
  • react-is-17.0.0-rc.3

    Oct 16, 2020
  • react-is-17.0.0-rc.2

    Sep 25, 2020
  • react-is-17.0.0-rc.1

    Aug 30, 2020
  • react-is-17.0.0-rc.0

    Aug 25, 2020
  • react-is-16.13.1

    Mar 20, 2020
  • react-is-16.13.0

    Mar 01, 2020
  • react-is-16.12.0

    Nov 18, 2019
  • react-is-16.11.0

    Oct 24, 2019
  • react-is-16.10.2

    Oct 13, 2019
  • react-is-16.9.0

    Aug 10, 2019
  • react-is-16.9.0-rc.0

    Aug 07, 2019
  • react-is-16.9.0-alpha.0

    Apr 04, 2019
  • react-is-16.8.6

    Mar 28, 2019
  • react-is-16.8.5

    Mar 22, 2019
  • react-is-16.8.4

    Mar 18, 2019
  • react-is-16.8.3

    Feb 25, 2019
  • react-is-16.8.2

    Feb 15, 2019
  • react-is-16.8.1

    Feb 06, 2019
  • react-is-16.8.0

    Feb 06, 2019
  • react-is-16.8.0-alpha.1

    Jan 17, 2019
  • react-is-16.8.0-alpha.0

    Jan 12, 2019
  • react-is-16.7.0

    Jan 03, 2019
  • react-is-16.7.0-alpha.2

    Nov 19, 2018
  • react-is-16.7.0-alpha.0

    Oct 29, 2018
  • react-is-16.6.0

    Oct 24, 2018
  • react-is-16.6.0-alpha.8af6728

    Oct 10, 2018
  • react-is-16.6.0-alpha.0

    Sep 18, 2018
  • react-is-16.5.1

    Sep 17, 2018
  • react-is-16.5.0

    Sep 12, 2018
  • react-is-16.4.2

    Aug 02, 2018
  • react-is-16.4.1

    Jul 09, 2018
  • react-is-16.4.0

    May 30, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-is</artifactId>
    <version>18.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:react-is:18.2.0'

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

implementation("org.webjars.npm:react-is:18.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "react-is" % "18.2.0"