GroupId | GroupIdcom.tencent.tcr |
---|---|
ArtifactId | ArtifactIdtcrsdk-full |
Version | Version0.0.15 |
Type | Typeaar |
Filename | Size |
---|---|
tcrsdk-full-0.0.15.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.tcr/tcrsdk-full/ -->
<dependency>
<groupId>com.tencent.tcr</groupId>
<artifactId>tcrsdk-full</artifactId>
<version>0.0.15</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tcr/tcrsdk-full/
implementation 'com.tencent.tcr:tcrsdk-full:0.0.15'
// https://jarcasting.com/artifacts/com.tencent.tcr/tcrsdk-full/
implementation ("com.tencent.tcr:tcrsdk-full:0.0.15")
'com.tencent.tcr:tcrsdk-full:aar:0.0.15'
<dependency org="com.tencent.tcr" name="tcrsdk-full" rev="0.0.15">
<artifact name="tcrsdk-full" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tcr', module='tcrsdk-full', version='0.0.15')
)
libraryDependencies += "com.tencent.tcr" % "tcrsdk-full" % "0.0.15"
[com.tencent.tcr/tcrsdk-full "0.0.15"]