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