License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdorg.reduxkotlin.redux-kotlin |
ArtifactId | ArtifactIdlib |
Last Version | Last Version0.5.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionreduxkotlin
Redux implementation for Kotlin. Mulitiplatform supported.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lib-0.5.2.pom | |
lib-0.5.2-sources.jar | 261 bytes |
lib-0.5.2-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reduxkotlin.redux-kotlin/lib/ -->
<dependency>
<groupId>org.reduxkotlin.redux-kotlin</groupId>
<artifactId>lib</artifactId>
<version>0.5.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.reduxkotlin.redux-kotlin/lib/
implementation 'org.reduxkotlin.redux-kotlin:lib:0.5.2'
// https://jarcasting.com/artifacts/org.reduxkotlin.redux-kotlin/lib/
implementation ("org.reduxkotlin.redux-kotlin:lib:0.5.2")
'org.reduxkotlin.redux-kotlin:lib:pom:0.5.2'
<dependency org="org.reduxkotlin.redux-kotlin" name="lib" rev="0.5.2">
<artifact name="lib" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.reduxkotlin.redux-kotlin', module='lib', version='0.5.2')
)
libraryDependencies += "org.reduxkotlin.redux-kotlin" % "lib" % "0.5.2"
[org.reduxkotlin.redux-kotlin/lib "0.5.2"]