GroupId | GroupIdcom.vonage |
---|---|
ArtifactId | ArtifactIdwebrtc |
Version | Version84.0.0-alpha.72 |
Type | Typeaar |
Filename | Size |
---|---|
webrtc-84.0.0-alpha.72.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.vonage/webrtc/ -->
<dependency>
<groupId>com.vonage</groupId>
<artifactId>webrtc</artifactId>
<version>84.0.0-alpha.72</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.vonage/webrtc/
implementation 'com.vonage:webrtc:84.0.0-alpha.72'
// https://jarcasting.com/artifacts/com.vonage/webrtc/
implementation ("com.vonage:webrtc:84.0.0-alpha.72")
'com.vonage:webrtc:aar:84.0.0-alpha.72'
<dependency org="com.vonage" name="webrtc" rev="84.0.0-alpha.72">
<artifact name="webrtc" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.vonage', module='webrtc', version='84.0.0-alpha.72')
)
libraryDependencies += "com.vonage" % "webrtc" % "84.0.0-alpha.72"
[com.vonage/webrtc "84.0.0-alpha.72"]