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