MVN

com.pexip.webrtc : webrtc

Maven & Gradle

Jul 11, 2023

webrtc · WebRTC binary built for Android

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

Latest Version

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

  • Latest Stable: 114.0.0

All Versions

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

Version Vulnerabilities Updated
114.0.x
webrtc-114.0.0
113.0.x
webrtc-113.0.0
112.0.x
webrtc-112.0.0
111.0.x
webrtc-111.0.0
110.0.x
webrtc-110.0.0
109.1.x
webrtc-109.1.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.0
104.0.x
webrtc-104.0.0
102.0.x
webrtc-102.0.0
101.0.x
webrtc-101.0.0
100.0.x
webrtc-100.0.0
99.0.x
webrtc-99.0.0
98.0.x
webrtc-98.0.0
97.0.x
webrtc-97.0.0
96.0.x
webrtc-96.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.pexip.webrtc</groupId>
    <artifactId>webrtc</artifactId>
    <version>114.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.pexip.webrtc:webrtc:114.0.0'

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

implementation("com.pexip.webrtc:webrtc:114.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.pexip.webrtc" % "webrtc" % "114.0.0"