MVN

com.tencent.tbs : tbssdk

Maven & Gradle

Feb 14, 2023
25 usages
1 stars

tbssdk · Android Library for TBS SDK which is for X5 Core.

<dependency>
    <groupId>com.tencent.tbs</groupId>
    <artifactId>tbssdk</artifactId>
    <version>44286</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 44286
  • Latest Beta: 54002-beta

All Versions

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

Version Vulnerabilities Updated
54002
tbssdk-54002-beta
44286
tbssdk-44286
44275
tbssdk-44275
44269
tbssdk-44269
44265
tbssdk-44265
44226
tbssdk-44226
44216
tbssdk-44216
44213
tbssdk-44213
44201
tbssdk-44201
44199
tbssdk-44199
44197
tbssdk-44197
44181
tbssdk-44181
44176
tbssdk-44176
44174
tbssdk-44174
44165
tbssdk-44165
44153
tbssdk-44153
44136
tbssdk-44136
44132
tbssdk-44132
44116
tbssdk-44116
44115
tbssdk-44115
44085
tbssdk-44085

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tencent.tbs</groupId>
    <artifactId>tbssdk</artifactId>
    <version>44286</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tencent.tbs:tbssdk:44286'

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

implementation("com.tencent.tbs:tbssdk:44286")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tencent.tbs" % "tbssdk" % "44286"