is not current version
Last Version 16.5.2

org.webjars:react 16.3.2

WebJar for React

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

react
Version

Version

16.3.2
Type

Type

jar

Download react 16.3.2


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