| Categories |
CategoriesKotlin Languages |
|---|---|
| GroupId | GroupIdorg.reduxkotlin |
| ArtifactId | ArtifactIdredux-kotlin-thunk |
| Version | Version0.5.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| redux-kotlin-thunk-0.5.4.pom | |
| redux-kotlin-thunk-0.5.4-sources.jar | 261 bytes |
| redux-kotlin-thunk-0.5.4-javadoc.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.reduxkotlin/redux-kotlin-thunk/ -->
<dependency>
<groupId>org.reduxkotlin</groupId>
<artifactId>redux-kotlin-thunk</artifactId>
<version>0.5.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.reduxkotlin/redux-kotlin-thunk/
implementation 'org.reduxkotlin:redux-kotlin-thunk:0.5.4'
// https://jarcasting.com/artifacts/org.reduxkotlin/redux-kotlin-thunk/
implementation ("org.reduxkotlin:redux-kotlin-thunk:0.5.4")
'org.reduxkotlin:redux-kotlin-thunk:pom:0.5.4'
<dependency org="org.reduxkotlin" name="redux-kotlin-thunk" rev="0.5.4">
<artifact name="redux-kotlin-thunk" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.reduxkotlin', module='redux-kotlin-thunk', version='0.5.4')
)
libraryDependencies += "org.reduxkotlin" % "redux-kotlin-thunk" % "0.5.4"
[org.reduxkotlin/redux-kotlin-thunk "0.5.4"]