GroupId | GroupIdcom.tencent.yunxiaowei.tvs |
---|---|
ArtifactId | ArtifactIdtvs_device_sdk |
Version | Version1.7.4 |
Type | Typeaar |
Filename | Size |
---|---|
tvs_device_sdk-1.7.4.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.4</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.4'
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.tvs/tvs_device_sdk/
implementation ("com.tencent.yunxiaowei.tvs:tvs_device_sdk:1.7.4")
'com.tencent.yunxiaowei.tvs:tvs_device_sdk:aar:1.7.4'
<dependency org="com.tencent.yunxiaowei.tvs" name="tvs_device_sdk" rev="1.7.4">
<artifact name="tvs_device_sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.yunxiaowei.tvs', module='tvs_device_sdk', version='1.7.4')
)
libraryDependencies += "com.tencent.yunxiaowei.tvs" % "tvs_device_sdk" % "1.7.4"
[com.tencent.yunxiaowei.tvs/tvs_device_sdk "1.7.4"]