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