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