Last Version

MVICompse 1.0.0

A simple MVI library for Kotlin, Compose and Android

License

License

MIT
GroupId

GroupId

io.github.dimagor555.mvicompose
ArtifactId

ArtifactId

android
Version

Version

1.0.0
Type

Type

aar
Description

Description

MVICompse
A simple MVI library for Kotlin, Compose and Android
Project URL

Project URL

https://github.com/dimagor555/MVICompose
Source Code Management

Source Code Management

https://github.com/dimagor555/MVICompose

Download android 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.dimagor555.mvicompose/android/ -->
<dependency>
    <groupId>io.github.dimagor555.mvicompose</groupId>
    <artifactId>android</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dimagor555.mvicompose/android/
implementation 'io.github.dimagor555.mvicompose:android:1.0.0'
// https://jarcasting.com/artifacts/io.github.dimagor555.mvicompose/android/
implementation ("io.github.dimagor555.mvicompose:android:1.0.0")
'io.github.dimagor555.mvicompose:android:aar:1.0.0'
<dependency org="io.github.dimagor555.mvicompose" name="android" rev="1.0.0">
  <artifact name="android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.dimagor555.mvicompose', module='android', version='1.0.0')
)
libraryDependencies += "io.github.dimagor555.mvicompose" % "android" % "1.0.0"
[io.github.dimagor555.mvicompose/android "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.31

runtime (5)

Group / Artifact Type Version
androidx.core » core-ktx jar 1.6.0
androidx.appcompat » appcompat jar 1.3.1
androidx.lifecycle » lifecycle-viewmodel-ktx jar 2.4.0-alpha02
androidx.compose.runtime » runtime jar 1.1.0-beta03
io.github.dimagor555.mvicompose : core jar 1.0.0

Project Modules

There are no modules declared in this project.