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