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