GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdredux-persist |
Version | Version4.10.1 |
Type | Typejar |
Filename | Size |
---|---|
redux-persist-4.10.1.pom | |
redux-persist-4.10.1.jar | 78 KB |
redux-persist-4.10.1-sources.jar | 22 bytes |
redux-persist-4.10.1-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>4.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/redux-persist/
implementation 'org.webjars.npm:redux-persist:4.10.1'
// https://jarcasting.com/artifacts/org.webjars.npm/redux-persist/
implementation ("org.webjars.npm:redux-persist:4.10.1")
'org.webjars.npm:redux-persist:jar:4.10.1'
<dependency org="org.webjars.npm" name="redux-persist" rev="4.10.1">
<artifact name="redux-persist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='redux-persist', version='4.10.1')
)
libraryDependencies += "org.webjars.npm" % "redux-persist" % "4.10.1"
[org.webjars.npm/redux-persist "4.10.1"]