文件下载
文件名 操作
rtm-android-1.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.highras</groupId>
  <artifactId>rtm-android</artifactId>
  <version>1.0.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.highras:rtm-android:1.0.2'
Gradle Kotlin
implementation("com.github.highras:rtm-android:1.0.2")
Scala SBT
libraryDependencies += "com.github.highras" % "rtm-android" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.highras', module='rtm-android', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.highras" name="rtm-android" rev="1.0.2" />
Leiningen
[com.github.highras/rtm-android "1.0.2"]
Apache Buildr
'com.github.highras:rtm-android:jar:1.0.2'
本项目依赖