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