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