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