License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdredux-persist |
Version | Version5.10.0 |
Type | Typejar |
Description |
Descriptionredux-persist
WebJar for redux-persist
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
redux-persist-5.10.0.pom | |
redux-persist-5.10.0.jar | 151 KB |
redux-persist-5.10.0-sources.jar | 22 bytes |
redux-persist-5.10.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/redux-persist/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>redux-persist</artifactId>
<version>5.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/redux-persist/
implementation 'org.webjars.npm:redux-persist:5.10.0'
// https://jarcasting.com/artifacts/org.webjars.npm/redux-persist/
implementation ("org.webjars.npm:redux-persist:5.10.0")
'org.webjars.npm:redux-persist:jar:5.10.0'
<dependency org="org.webjars.npm" name="redux-persist" rev="5.10.0">
<artifact name="redux-persist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='redux-persist', version='5.10.0')
)
libraryDependencies += "org.webjars.npm" % "redux-persist" % "5.10.0"
[org.webjars.npm/redux-persist "5.10.0"]