Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdreact |
Version | Version0.14.3 |
Type | Typejar |
Filename | Size |
---|---|
react-0.14.3.pom | |
react-0.14.3.jar | 767 KB |
react-0.14.3-javadoc.jar | 763 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/react/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>react</artifactId>
<version>0.14.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/react/
implementation 'org.webjars:react:0.14.3'
// https://jarcasting.com/artifacts/org.webjars/react/
implementation ("org.webjars:react:0.14.3")
'org.webjars:react:jar:0.14.3'
<dependency org="org.webjars" name="react" rev="0.14.3">
<artifact name="react" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='react', version='0.14.3')
)
libraryDependencies += "org.webjars" % "react" % "0.14.3"
[org.webjars/react "0.14.3"]