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