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