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