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