| License |
License
https://github.com/icerockdev/moko-units/blob/master/LICENSE.md
|
|---|---|
| GroupId | GroupIddev.icerock.moko |
| ArtifactId | ArtifactIdunits-test-android-debug |
| Version | Version0.5.0 |
| Type | Typeaar |
| Description |
DescriptionMOKO units
Composing units into list and show in RecyclerView/UITableView/UICollectionView. Control your lists from common code for mobile (android & ios) Kotlin Multiplatform development
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| units-test-android-debug-0.5.0.pom | |
| units-test-android-debug-0.5.0-sources.jar | 3 KB |
| units-test-android-debug-0.5.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.icerock.moko/units-test-android-debug/ -->
<dependency>
<groupId>dev.icerock.moko</groupId>
<artifactId>units-test-android-debug</artifactId>
<version>0.5.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.icerock.moko/units-test-android-debug/
implementation 'dev.icerock.moko:units-test-android-debug:0.5.0'
// https://jarcasting.com/artifacts/dev.icerock.moko/units-test-android-debug/
implementation ("dev.icerock.moko:units-test-android-debug:0.5.0")
'dev.icerock.moko:units-test-android-debug:aar:0.5.0'
<dependency org="dev.icerock.moko" name="units-test-android-debug" rev="0.5.0">
<artifact name="units-test-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.icerock.moko', module='units-test-android-debug', version='0.5.0')
)
libraryDependencies += "dev.icerock.moko" % "units-test-android-debug" % "0.5.0"
[dev.icerock.moko/units-test-android-debug "0.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.31 |
| dev.icerock.moko : units-android-debug | jar | 0.5.0 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.4.31 |
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.appcompat » appcompat | jar | 1.1.0 |
| androidx.recyclerview » recyclerview | jar | 1.0.0 |