is not current version
Last Version 0.5

io.github.fededri.arch:shared-android 0.4

A KMM library for architecturing mobiles apps easily

GroupId

GroupId

io.github.fededri.arch
ArtifactId

ArtifactId

shared-android
Version

Version

0.4
Type

Type

aar

Download shared-android 0.4


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