GroupId | GroupIdcom.opentok.android |
---|---|
ArtifactId | ArtifactIdopentok-accelerator-core |
Version | Version1.0.23 |
Type | Typeaar |
Filename | Size |
---|---|
opentok-accelerator-core-1.0.23.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.opentok.android/opentok-accelerator-core/ -->
<dependency>
<groupId>com.opentok.android</groupId>
<artifactId>opentok-accelerator-core</artifactId>
<version>1.0.23</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.opentok.android/opentok-accelerator-core/
implementation 'com.opentok.android:opentok-accelerator-core:1.0.23'
// https://jarcasting.com/artifacts/com.opentok.android/opentok-accelerator-core/
implementation ("com.opentok.android:opentok-accelerator-core:1.0.23")
'com.opentok.android:opentok-accelerator-core:aar:1.0.23'
<dependency org="com.opentok.android" name="opentok-accelerator-core" rev="1.0.23">
<artifact name="opentok-accelerator-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.opentok.android', module='opentok-accelerator-core', version='1.0.23')
)
libraryDependencies += "com.opentok.android" % "opentok-accelerator-core" % "1.0.23"
[com.opentok.android/opentok-accelerator-core "1.0.23"]