License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdorg.webjars.bowergithub.facebook |
ArtifactId | ArtifactIdreact |
Version | Version16.4.2 |
Type | Typejar |
Description |
Descriptionreact-is
WebJar for react-is
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
react-16.4.2.pom | |
react-16.4.2.jar | 3 MB |
react-16.4.2-sources.jar | 22 bytes |
react-16.4.2-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.facebook/react/ -->
<dependency>
<groupId>org.webjars.bowergithub.facebook</groupId>
<artifactId>react</artifactId>
<version>16.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.facebook/react/
implementation 'org.webjars.bowergithub.facebook:react:16.4.2'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.facebook/react/
implementation ("org.webjars.bowergithub.facebook:react:16.4.2")
'org.webjars.bowergithub.facebook:react:jar:16.4.2'
<dependency org="org.webjars.bowergithub.facebook" name="react" rev="16.4.2">
<artifact name="react" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.facebook', module='react', version='16.4.2')
)
libraryDependencies += "org.webjars.bowergithub.facebook" % "react" % "16.4.2"
[org.webjars.bowergithub.facebook/react "16.4.2"]