| License |
License
The Apache License, Version 2.0
The MIT License
|
|---|---|
| GroupId | GroupIdch.threema |
| ArtifactId | ArtifactIdwebrtc-android |
| Version | Version100.0.0 |
| Type | Typeaar |
| Description |
DescriptionWebRTC for Android
WebRTC m100 builds for Android, with some custom patches applied
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| webrtc-android-100.0.0.pom | |
| webrtc-android-100.0.0-sources.jar | 867 bytes |
| webrtc-android-100.0.0-javadoc.jar | 384 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.threema/webrtc-android/ -->
<dependency>
<groupId>ch.threema</groupId>
<artifactId>webrtc-android</artifactId>
<version>100.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ch.threema/webrtc-android/
implementation 'ch.threema:webrtc-android:100.0.0'
// https://jarcasting.com/artifacts/ch.threema/webrtc-android/
implementation ("ch.threema:webrtc-android:100.0.0")
'ch.threema:webrtc-android:aar:100.0.0'
<dependency org="ch.threema" name="webrtc-android" rev="100.0.0">
<artifact name="webrtc-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='ch.threema', module='webrtc-android', version='100.0.0')
)
libraryDependencies += "ch.threema" % "webrtc-android" % "100.0.0"
[ch.threema/webrtc-android "100.0.0"]