GroupId | GroupIddev.icerock.moko |
---|---|
ArtifactId | ArtifactIdkswift-runtime-android-debug |
Version | Version0.1.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/dev.icerock.moko/kswift-runtime-android-debug/ -->
<dependency>
<groupId>dev.icerock.moko</groupId>
<artifactId>kswift-runtime-android-debug</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.icerock.moko/kswift-runtime-android-debug/
implementation 'dev.icerock.moko:kswift-runtime-android-debug:0.1.0'
// https://jarcasting.com/artifacts/dev.icerock.moko/kswift-runtime-android-debug/
implementation ("dev.icerock.moko:kswift-runtime-android-debug:0.1.0")
'dev.icerock.moko:kswift-runtime-android-debug:aar:0.1.0'
<dependency org="dev.icerock.moko" name="kswift-runtime-android-debug" rev="0.1.0">
<artifact name="kswift-runtime-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.icerock.moko', module='kswift-runtime-android-debug', version='0.1.0')
)
libraryDependencies += "dev.icerock.moko" % "kswift-runtime-android-debug" % "0.1.0"
[dev.icerock.moko/kswift-runtime-android-debug "0.1.0"]