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