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

org.webjars.npm:react 0.14.9

WebJar for react

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

react
Version

Version

0.14.9
Type

Type

jar

Download react 0.14.9


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