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