MVN

com.droidkit : webrtc

Maven & Gradle

Aug 26, 2014
9 stars

DroidKit-WebRTC · DroidKit WebRTC is port of official WebRTC implementation for android

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

Latest Version

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

  • Latest Stable: 0.2.11

All Versions

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

Version Vulnerabilities Updated
0.2.x
webrtc-0.2.11

How to add a dependency to Maven

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

<dependency>
    <groupId>com.droidkit</groupId>
    <artifactId>webrtc</artifactId>
    <version>0.2.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.droidkit:webrtc:0.2.11'

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

implementation("com.droidkit:webrtc:0.2.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.droidkit" % "webrtc" % "0.2.11"

Advertisement

Dependencies from Group

Nov 15, 2014
4 usages
11 stars
Oct 16, 2014
2 usages
3 stars
Nov 15, 2014
1 usages
11 stars
Nov 15, 2014
1 usages
0 stars
Oct 18, 2014
1 stars

Discover Dependencies