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