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