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