GroupId | GroupIdorg.whispersystems |
---|---|
ArtifactId | ArtifactIdwebrtc-android |
Version | VersionM75 |
Type | Typeaar |
Filename | Size |
---|---|
webrtc-android-M75.pom | |
webrtc-android-M75.aar | 12 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whispersystems/webrtc-android/ -->
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>webrtc-android</artifactId>
<version>M75</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/webrtc-android/
implementation 'org.whispersystems:webrtc-android:M75'
// https://jarcasting.com/artifacts/org.whispersystems/webrtc-android/
implementation ("org.whispersystems:webrtc-android:M75")
'org.whispersystems:webrtc-android:aar:M75'
<dependency org="org.whispersystems" name="webrtc-android" rev="M75">
<artifact name="webrtc-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='webrtc-android', version='M75')
)
libraryDependencies += "org.whispersystems" % "webrtc-android" % "M75"
[org.whispersystems/webrtc-android "M75"]