MVN

com.tencent.tcr : base

Maven & Gradle

Apr 07, 2023
27 stars

base · cloud render base

<dependency>
    <groupId>com.tencent.tcr</groupId>
    <artifactId>base</artifactId>
    <version>0.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.3.5

All Versions

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

Version Vulnerabilities Updated
1.0.x
base-1.0.0
0.3.x
base-0.3.5
base-0.3.4
base-0.3.3
base-0.3.1
base-0.3.0
0.2.x
base-0.2.1
base-0.2.0
0.1.x
base-0.1.5
base-0.1.4
base-0.1.3
base-0.1.2
base-0.1.1
0.0.x
base-0.0.7
base-0.0.6
base-0.0.5
base-0.0.4
base-0.0.3
base-0.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tencent.tcr</groupId>
    <artifactId>base</artifactId>
    <version>0.3.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tencent.tcr:base:0.3.5'

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

implementation("com.tencent.tcr:base:0.3.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tencent.tcr" % "base" % "0.3.5"

Advertisement