MVN

dev.bargen : webrtc-android

Maven & Gradle

Aug 04, 2023
10 stars

WebRTC for Android · A vanilla WebRTC m115 build for Android

<dependency>
    <groupId>dev.bargen</groupId>
    <artifactId>webrtc-android</artifactId>
    <version>115.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 115.0.0

All Versions

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

Version Vulnerabilities Updated
115.0.x
webrtc-android-115.0.0
114.0.x
webrtc-android-114.0.0
113.0.x
webrtc-android-113.0.0
112.0.x
webrtc-android-112.0.0
111.0.x
webrtc-android-111.0.0
110.0.x
webrtc-android-110.0.0
109.0.x
webrtc-android-109.0.0
108.0.x
webrtc-android-108.0.0
107.0.x
webrtc-android-107.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.bargen</groupId>
    <artifactId>webrtc-android</artifactId>
    <version>115.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dev.bargen:webrtc-android:115.0.0'

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

implementation("dev.bargen:webrtc-android:115.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "dev.bargen" % "webrtc-android" % "115.0.0"

Advertisement