MVN

com.dafruits : webrtc

Maven & Gradle

Jul 22, 2023
67 stars

webrtc · Unofficial distribution of up to date WebRTC framework binaries for Android

<dependency>
    <groupId>com.dafruits</groupId>
    <artifactId>webrtc</artifactId>
    <version>115.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dafruits : webrtc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 115.0.0

All Versions

Choose a version of com.dafruits : webrtc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
115.0.x
webrtc-115.0.0
114.0.x
webrtc-114.0.0
113.0.x
webrtc-113.0.0
111.0.x
webrtc-111.0.0
110.0.x
webrtc-110.0.0
109.0.x
webrtc-109.0.0
108.0.x
webrtc-108.0.0
107.0.x
webrtc-107.0.0
106.0.x
webrtc-106.0.0
105.0.x
webrtc-105.0.1
webrtc-105.0.0

How to add a dependency to Maven

Add the following com.dafruits : webrtc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dafruits</groupId>
    <artifactId>webrtc</artifactId>
    <version>115.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dafruits : webrtc gradle dependency to your build.gradle file:

implementation 'com.dafruits:webrtc:115.0.0'

Gradle Kotlin DSL: Add the following com.dafruits : webrtc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dafruits:webrtc:115.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dafruits : webrtc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dafruits" % "webrtc" % "115.0.0"