License |
License |
---|---|
GroupId | GroupIdio.github.allanhasegawa.kelm |
ArtifactId | ArtifactIdkelm-android |
Last Version | Last Version2.0.0-alpha01 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionKelm
Kelm simplifies management of complex app states and asynchronous tasks by enforcing a pattern
based on the Elm Architecture.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kelm-android-2.0.0-alpha01.pom | |
kelm-android-2.0.0-alpha01-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.allanhasegawa.kelm/kelm-android/ -->
<dependency>
<groupId>io.github.allanhasegawa.kelm</groupId>
<artifactId>kelm-android</artifactId>
<version>2.0.0-alpha01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.allanhasegawa.kelm/kelm-android/
implementation 'io.github.allanhasegawa.kelm:kelm-android:2.0.0-alpha01'
// https://jarcasting.com/artifacts/io.github.allanhasegawa.kelm/kelm-android/
implementation ("io.github.allanhasegawa.kelm:kelm-android:2.0.0-alpha01")
'io.github.allanhasegawa.kelm:kelm-android:aar:2.0.0-alpha01'
<dependency org="io.github.allanhasegawa.kelm" name="kelm-android" rev="2.0.0-alpha01">
<artifact name="kelm-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.allanhasegawa.kelm', module='kelm-android', version='2.0.0-alpha01')
)
libraryDependencies += "io.github.allanhasegawa.kelm" % "kelm-android" % "2.0.0-alpha01"
[io.github.allanhasegawa.kelm/kelm-android "2.0.0-alpha01"]
Group / Artifact | Type | Version |
---|---|---|
io.github.allanhasegawa.kelm : kelm-core | jar | 2.0.0-alpha01 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.20 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1 |
androidx.lifecycle » lifecycle-viewmodel-ktx | jar | 2.5.0-beta01 |
androidx.lifecycle » lifecycle-livedata-core-ktx | jar | 2.5.0-beta01 |