is not current version
Last Version 0.7.0

dev.icerock.moko:units-android-debug 0.6.0

Composing units into list and show in RecyclerView/UITableView/UICollectionView. Control your lists from common code for mobile (android & ios) Kotlin Multiplatform development

GroupId

GroupId

dev.icerock.moko
ArtifactId

ArtifactId

units-android-debug
Version

Version

0.6.0
Type

Type

aar

Download units-android-debug 0.6.0


<!-- https://jarcasting.com/artifacts/dev.icerock.moko/units-android-debug/ -->
<dependency>
    <groupId>dev.icerock.moko</groupId>
    <artifactId>units-android-debug</artifactId>
    <version>0.6.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.icerock.moko/units-android-debug/
implementation 'dev.icerock.moko:units-android-debug:0.6.0'
// https://jarcasting.com/artifacts/dev.icerock.moko/units-android-debug/
implementation ("dev.icerock.moko:units-android-debug:0.6.0")
'dev.icerock.moko:units-android-debug:aar:0.6.0'
<dependency org="dev.icerock.moko" name="units-android-debug" rev="0.6.0">
  <artifact name="units-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.icerock.moko', module='units-android-debug', version='0.6.0')
)
libraryDependencies += "dev.icerock.moko" % "units-android-debug" % "0.6.0"
[dev.icerock.moko/units-android-debug "0.6.0"]