| Группа | Группаch.threema |
|---|---|
| Идентификатор | Идентификаторwebrtc-android |
| Версия | Версия84.2.1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| webrtc-android-84.2.1.pom | |
| webrtc-android-84.2.1-sources.jar | 867 bytes |
| webrtc-android-84.2.1-javadoc.jar | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ch.threema/webrtc-android/ -->
<dependency>
<groupId>ch.threema</groupId>
<artifactId>webrtc-android</artifactId>
<version>84.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ch.threema/webrtc-android/
implementation 'ch.threema:webrtc-android:84.2.1'
// https://jarcasting.com/artifacts/ch.threema/webrtc-android/
implementation ("ch.threema:webrtc-android:84.2.1")
'ch.threema:webrtc-android:aar:84.2.1'
<dependency org="ch.threema" name="webrtc-android" rev="84.2.1">
<artifact name="webrtc-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='ch.threema', module='webrtc-android', version='84.2.1')
)
libraryDependencies += "ch.threema" % "webrtc-android" % "84.2.1"
[ch.threema/webrtc-android "84.2.1"]