MVN

com.tencent.tcr : vr-sdk-generic

Maven & Gradle

Jul 14, 2023
27 stars

vr-sdk-generic · tcr vr sdk for generic openxr loader.

<dependency>
    <groupId>com.tencent.tcr</groupId>
    <artifactId>vr-sdk-generic</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.tcr : vr-sdk-generic to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of com.tencent.tcr : vr-sdk-generic to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
vr-sdk-generic-0.2.1
vr-sdk-generic-0.2.0

How to add a dependency to Maven

Add the following com.tencent.tcr : vr-sdk-generic maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.tcr</groupId>
    <artifactId>vr-sdk-generic</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.tcr : vr-sdk-generic gradle dependency to your build.gradle file:

implementation 'com.tencent.tcr:vr-sdk-generic:0.2.1'

Gradle Kotlin DSL: Add the following com.tencent.tcr : vr-sdk-generic gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.tcr:vr-sdk-generic:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.tcr : vr-sdk-generic sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.tcr" % "vr-sdk-generic" % "0.2.1"

Advertisement