is not current version
Last Version 18.2.0-next-e531a4a62-20220505

org.webjars.npm:react 16.0.0-rc.3

WebJar for react

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

react
Version

Version

16.0.0-rc.3
Type

Type

jar

Download react 16.0.0-rc.3


<!-- https://jarcasting.com/artifacts/org.webjars.npm/react/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react</artifactId>
    <version>16.0.0-rc.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react/
implementation 'org.webjars.npm:react:16.0.0-rc.3'
// https://jarcasting.com/artifacts/org.webjars.npm/react/
implementation ("org.webjars.npm:react:16.0.0-rc.3")
'org.webjars.npm:react:jar:16.0.0-rc.3'
<dependency org="org.webjars.npm" name="react" rev="16.0.0-rc.3">
  <artifact name="react" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react', version='16.0.0-rc.3')
)
libraryDependencies += "org.webjars.npm" % "react" % "16.0.0-rc.3"
[org.webjars.npm/react "16.0.0-rc.3"]