is not current version
Last Version 16.5.2

org.webjars:react 0.12.0

WebJar for React

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

react
Version

Version

0.12.0
Type

Type

jar

Download react 0.12.0


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