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