| GroupId | GroupIdcom.tencent.liteavsdk |
|---|---|
| ArtifactId | ArtifactIdLiteAVSDK_Smart |
| Version | Version9.2.10641 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| LiteAVSDK_Smart-9.2.10641.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.liteavsdk/LiteAVSDK_Smart/ -->
<dependency>
<groupId>com.tencent.liteavsdk</groupId>
<artifactId>LiteAVSDK_Smart</artifactId>
<version>9.2.10641</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.liteavsdk/LiteAVSDK_Smart/
implementation 'com.tencent.liteavsdk:LiteAVSDK_Smart:9.2.10641'
// https://jarcasting.com/artifacts/com.tencent.liteavsdk/LiteAVSDK_Smart/
implementation ("com.tencent.liteavsdk:LiteAVSDK_Smart:9.2.10641")
'com.tencent.liteavsdk:LiteAVSDK_Smart:aar:9.2.10641'
<dependency org="com.tencent.liteavsdk" name="LiteAVSDK_Smart" rev="9.2.10641">
<artifact name="LiteAVSDK_Smart" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.liteavsdk', module='LiteAVSDK_Smart', version='9.2.10641')
)
libraryDependencies += "com.tencent.liteavsdk" % "LiteAVSDK_Smart" % "9.2.10641"
[com.tencent.liteavsdk/LiteAVSDK_Smart "9.2.10641"]