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