Files download
File Operation
tcr-vr-base-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>com.tencent.tcr</groupId>
  <artifactId>tcr-vr-base</artifactId>
  <version>1.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.tencent.tcr:tcr-vr-base:1.0.3'
Gradle Kotlin
implementation("com.tencent.tcr:tcr-vr-base:1.0.3")
Scala SBT
libraryDependencies += "com.tencent.tcr" % "tcr-vr-base" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.tcr', module='tcr-vr-base', version='1.0.3')
)
Apache Ivy
<dependency org="com.tencent.tcr" name="tcr-vr-base" rev="1.0.3" />
Leiningen
[com.tencent.tcr/tcr-vr-base "1.0.3"]
Apache Buildr
'com.tencent.tcr:tcr-vr-base:jar:1.0.3'