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