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