MVN

com.tencent.tcr : tcrsdk-full

Maven & Gradle

Aug 22, 2023
27 stars

tcrsdk-full · cloud render

<dependency>
    <groupId>com.tencent.tcr</groupId>
    <artifactId>tcrsdk-full</artifactId>
    <version>3.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.tcr : tcrsdk-full to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.0
  • Latest Beta: 3.5.0-Beta
  • Latest Alpha: 3.5.0-Alpha

All Versions

Choose a version of com.tencent.tcr : tcrsdk-full to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
tcrsdk-full-3.9.0
3.8.x
tcrsdk-full-3.8.2
tcrsdk-full-3.8.1
tcrsdk-full-3.8.0
3.7.x
tcrsdk-full-3.7.1
tcrsdk-full-3.7.0
3.6.x
tcrsdk-full-3.6.1
tcrsdk-full-3.6.0
3.5.x
tcrsdk-full-3.5.1
tcrsdk-full-3.5.0
tcrsdk-full-3.5.0-Beta
tcrsdk-full-3.5.0-Alpha
3.4.x
tcrsdk-full-3.4.1
tcrsdk-full-3.4.0
3.3.x
tcrsdk-full-3.3.3
tcrsdk-full-3.3.2
tcrsdk-full-3.3.1
tcrsdk-full-3.3.0
3.2.x
tcrsdk-full-3.2.0
3.1.x
tcrsdk-full-3.1.4
tcrsdk-full-3.1.3
tcrsdk-full-3.1.2
tcrsdk-full-3.1.1
tcrsdk-full-3.1.0
3.0.x
tcrsdk-full-3.0.0
2.6.x
tcrsdk-full-2.6.2
tcrsdk-full-2.6.1
tcrsdk-full-2.6.0
2.5.x
tcrsdk-full-2.5.8
tcrsdk-full-2.5.7
tcrsdk-full-2.5.6
tcrsdk-full-2.5.5
tcrsdk-full-2.5.4
tcrsdk-full-2.5.3
tcrsdk-full-2.5.2
tcrsdk-full-2.5.1
tcrsdk-full-2.5.0
2.4.x
tcrsdk-full-2.4.3
tcrsdk-full-2.4.2
tcrsdk-full-2.4.1
tcrsdk-full-2.4.0
2.3.x
tcrsdk-full-2.3.0
2.2.x
tcrsdk-full-2.2.0
2.1.x
tcrsdk-full-2.1.0
2.0.x
tcrsdk-full-2.0.3
tcrsdk-full-2.0.2
tcrsdk-full-2.0.1
tcrsdk-full-2.0.0
0.0.x
tcrsdk-full-0.0.66.89
tcrsdk-full-0.0.15
tcrsdk-full-0.0.2
tcrsdk-full-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tencent.tcr</groupId>
    <artifactId>tcrsdk-full</artifactId>
    <version>3.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.tcr : tcrsdk-full gradle dependency to your build.gradle file:

implementation 'com.tencent.tcr:tcrsdk-full:3.9.0'

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

implementation("com.tencent.tcr:tcrsdk-full:3.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.tcr : tcrsdk-full sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.tcr" % "tcrsdk-full" % "3.9.0"

Advertisement