is not current version
Last Version 16.5.2

org.webjars:react 15.0.1

WebJar for React

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

react
Version

Version

15.0.1
Type

Type

jar

Download react 15.0.1


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