| License | License | 
|---|---|
| GroupId | GroupIdcom.tencent.tbs | 
| ArtifactId | ArtifactIdtbssdk | 
| Version | Version54002-beta | 
| Type | Typejar | 
| Description | Descriptiontbssdk Android Library for TBS SDK which is for X5 Core. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| tbssdk-54002-beta.pom | |
| tbssdk-54002-beta.jar | 637 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.tencent.tbs/tbssdk/ -->
<dependency>
    <groupId>com.tencent.tbs</groupId>
    <artifactId>tbssdk</artifactId>
    <version>54002-beta</version>
</dependency>// https://jarcasting.com/artifacts/com.tencent.tbs/tbssdk/
implementation 'com.tencent.tbs:tbssdk:54002-beta'// https://jarcasting.com/artifacts/com.tencent.tbs/tbssdk/
implementation ("com.tencent.tbs:tbssdk:54002-beta")'com.tencent.tbs:tbssdk:jar:54002-beta'<dependency org="com.tencent.tbs" name="tbssdk" rev="54002-beta">
  <artifact name="tbssdk" type="jar" />
</dependency>@Grapes(
@Grab(group='com.tencent.tbs', module='tbssdk', version='54002-beta')
)libraryDependencies += "com.tencent.tbs" % "tbssdk" % "54002-beta"[com.tencent.tbs/tbssdk "54002-beta"]