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