| Categories |
CategoriesKotlin Languages |
|---|---|
| GroupId | GroupIdorg.reduxkotlin |
| ArtifactId | ArtifactIdredux-kotlin-thunk |
| Version | Version0.2.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| redux-kotlin-thunk-0.2.6.pom | |
| redux-kotlin-thunk-0.2.6.module | 1 KB |
| redux-kotlin-thunk-0.2.6-sources.jar | 261 bytes |
| redux-kotlin-thunk-0.2.6-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.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.reduxkotlin/redux-kotlin-thunk/
implementation 'org.reduxkotlin:redux-kotlin-thunk:0.2.6'
// https://jarcasting.com/artifacts/org.reduxkotlin/redux-kotlin-thunk/
implementation ("org.reduxkotlin:redux-kotlin-thunk:0.2.6")
'org.reduxkotlin:redux-kotlin-thunk:pom:0.2.6'
<dependency org="org.reduxkotlin" name="redux-kotlin-thunk" rev="0.2.6">
<artifact name="redux-kotlin-thunk" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.reduxkotlin', module='redux-kotlin-thunk', version='0.2.6')
)
libraryDependencies += "org.reduxkotlin" % "redux-kotlin-thunk" % "0.2.6"
[org.reduxkotlin/redux-kotlin-thunk "0.2.6"]