| GroupId | GroupIdch.threema |
|---|---|
| ArtifactId | ArtifactIdwebrtc-android |
| Version | Version91.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| webrtc-android-91.0.0.pom | |
| webrtc-android-91.0.0-sources.jar | 867 bytes |
| webrtc-android-91.0.0-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.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ch.threema/webrtc-android/
implementation 'ch.threema:webrtc-android:91.0.0'
// https://jarcasting.com/artifacts/ch.threema/webrtc-android/
implementation ("ch.threema:webrtc-android:91.0.0")
'ch.threema:webrtc-android:aar:91.0.0'
<dependency org="ch.threema" name="webrtc-android" rev="91.0.0">
<artifact name="webrtc-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='ch.threema', module='webrtc-android', version='91.0.0')
)
libraryDependencies += "ch.threema" % "webrtc-android" % "91.0.0"
[ch.threema/webrtc-android "91.0.0"]