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