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