License |
License |
---|---|
GroupId | GroupIdcom.droidkit |
ArtifactId | ArtifactIdwebrtc |
Version | Version0.2.11 |
Type | Typeaar |
Description |
DescriptionDroidKit-WebRTC
DroidKit WebRTC is port of official WebRTC implementation for android
|
Project URL |
Project URL |
Filename | Size |
---|---|
webrtc-0.2.11.pom | |
webrtc-0.2.11.aar | 1 MB |
webrtc-0.2.11-sources.jar | 51 KB |
webrtc-0.2.11-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.droidkit/webrtc/ -->
<dependency>
<groupId>com.droidkit</groupId>
<artifactId>webrtc</artifactId>
<version>0.2.11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.droidkit/webrtc/
implementation 'com.droidkit:webrtc:0.2.11'
// https://jarcasting.com/artifacts/com.droidkit/webrtc/
implementation ("com.droidkit:webrtc:0.2.11")
'com.droidkit:webrtc:aar:0.2.11'
<dependency org="com.droidkit" name="webrtc" rev="0.2.11">
<artifact name="webrtc" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.droidkit', module='webrtc', version='0.2.11')
)
libraryDependencies += "com.droidkit" % "webrtc" % "0.2.11"
[com.droidkit/webrtc "0.2.11"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » appcompat-v7 | jar | 19.+ |