GroupId | GroupIdcom.tencent.yunxiaowei.tvs |
---|---|
ArtifactId | ArtifactIdtvs_device_sdk |
Version | Version1.7.2 |
Type | Typeaar |
Filename | Size |
---|---|
tvs_device_sdk-1.7.2.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.yunxiaowei.tvs/tvs_device_sdk/ -->
<dependency>
<groupId>com.tencent.yunxiaowei.tvs</groupId>
<artifactId>tvs_device_sdk</artifactId>
<version>1.7.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.tvs/tvs_device_sdk/
implementation 'com.tencent.yunxiaowei.tvs:tvs_device_sdk:1.7.2'
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.tvs/tvs_device_sdk/
implementation ("com.tencent.yunxiaowei.tvs:tvs_device_sdk:1.7.2")
'com.tencent.yunxiaowei.tvs:tvs_device_sdk:aar:1.7.2'
<dependency org="com.tencent.yunxiaowei.tvs" name="tvs_device_sdk" rev="1.7.2">
<artifact name="tvs_device_sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.yunxiaowei.tvs', module='tvs_device_sdk', version='1.7.2')
)
libraryDependencies += "com.tencent.yunxiaowei.tvs" % "tvs_device_sdk" % "1.7.2"
[com.tencent.yunxiaowei.tvs/tvs_device_sdk "1.7.2"]