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

org.webjars.npm:react 17.0.0-rc.1

WebJar for react

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

react
Version

Version

17.0.0-rc.1
Type

Type

jar

Download react 17.0.0-rc.1


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