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