MVN

org.whispersystems : webrtc-android

Maven & Gradle

Sep 11, 2019

webrtc-android · WebRTC for Android

<dependency>
    <groupId>org.whispersystems</groupId>
    <artifactId>webrtc-android</artifactId>
    <version>M77</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.whispersystems : webrtc-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: M77

All Versions

Choose a version of org.whispersystems : webrtc-android to add to Maven or Gradle - All Versions:

  • Version Updated
  • webrtc-android-M77

    Sep 11, 2019
  • webrtc-android-M76

    Aug 03, 2019
  • webrtc-android-M75

    Jul 08, 2019
  • webrtc-android-M74

    May 08, 2019
  • webrtc-android-M73-S1

    Mar 19, 2019
  • webrtc-android-M73

    Mar 15, 2019
  • webrtc-android-M72-S2

    Feb 14, 2019
  • webrtc-android-M72-S1

    Feb 05, 2019
  • webrtc-android-M72

    Feb 04, 2019
  • webrtc-android-M71

    Dec 18, 2018
  • webrtc-android-M70

    Oct 25, 2018
  • webrtc-android-M69

    Sep 05, 2018
  • webrtc-android-M68

    Jul 24, 2018
  • webrtc-android-M67

    Jun 26, 2018
  • webrtc-android-M64

    Dec 21, 2017
  • webrtc-android-M63

    Nov 03, 2017
  • webrtc-android-M59-S1

    Jun 13, 2017
  • webrtc-android-M59

    Jun 13, 2017
  • webrtc-android-M57-S2

    Mar 23, 2017
  • webrtc-android-M57-S1

    Mar 20, 2017
  • webrtc-android-M57

    Feb 26, 2017
  • webrtc-android-M56-S1

    Feb 09, 2017
  • webrtc-android-M56

    Jan 30, 2017
  • webrtc-android-14579

    Nov 10, 2016

How to add a dependency to Maven

Add the following org.whispersystems : webrtc-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.whispersystems</groupId>
    <artifactId>webrtc-android</artifactId>
    <version>M77</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.whispersystems : webrtc-android gradle dependency to your build.gradle file:

implementation 'org.whispersystems:webrtc-android:M77'

Gradle Kotlin DSL: Add the following org.whispersystems : webrtc-android gradle kotlin dependency to your build.gradle.kts file:

implementation("org.whispersystems:webrtc-android:M77")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.whispersystems : webrtc-android sbt scala dependency to your build.sbt file:

libraryDependencies += "org.whispersystems" % "webrtc-android" % "M77"