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