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