Files download
File Operation
resources-android-debug-0.16.2.pom download
resources-android-debug-0.16.2-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.icerock.moko</groupId>
  <artifactId>resources-android-debug</artifactId>
  <version>0.16.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'dev.icerock.moko:resources-android-debug:0.16.2'
Gradle Kotlin
implementation("dev.icerock.moko:resources-android-debug:0.16.2")
Scala SBT
libraryDependencies += "dev.icerock.moko" % "resources-android-debug" % "0.16.2"
Groovy Grape
@Grapes(
  @Grab(group='dev.icerock.moko', module='resources-android-debug', version='0.16.2')
)
Apache Ivy
<dependency org="dev.icerock.moko" name="resources-android-debug" rev="0.16.2" />
Leiningen
[dev.icerock.moko/resources-android-debug "0.16.2"]
Apache Buildr
'dev.icerock.moko:resources-android-debug:jar:0.16.2'