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