| License |
License
https://github.com/icerockdev/moko-fields/blob/master/LICENSE.md
|
|---|---|
| GroupId | GroupIddev.icerock.moko |
| ArtifactId | ArtifactIdfields-android-debug |
| Version | Version0.7.1 |
| Type | Typeaar |
| Description |
DescriptionMOKO fields
Input forms for mobile (android & ios) Kotlin Multiplatform development
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fields-android-debug-0.7.1.pom | |
| fields-android-debug-0.7.1-sources.jar | 4 KB |
| fields-android-debug-0.7.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.icerock.moko/fields-android-debug/ -->
<dependency>
<groupId>dev.icerock.moko</groupId>
<artifactId>fields-android-debug</artifactId>
<version>0.7.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.icerock.moko/fields-android-debug/
implementation 'dev.icerock.moko:fields-android-debug:0.7.1'
// https://jarcasting.com/artifacts/dev.icerock.moko/fields-android-debug/
implementation ("dev.icerock.moko:fields-android-debug:0.7.1")
'dev.icerock.moko:fields-android-debug:aar:0.7.1'
<dependency org="dev.icerock.moko" name="fields-android-debug" rev="0.7.1">
<artifact name="fields-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.icerock.moko', module='fields-android-debug', version='0.7.1')
)
libraryDependencies += "dev.icerock.moko" % "fields-android-debug" % "0.7.1"
[dev.icerock.moko/fields-android-debug "0.7.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.31 |
| dev.icerock.moko : mvvm-livedata-android-debug | jar | 0.9.2 |
| dev.icerock.moko : resources-android-debug | jar | 0.15.1 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.4.31 |