License |
License |
---|---|
GroupId | GroupIdcom.tencent.tbs |
ArtifactId | ArtifactIdtbssdk |
Last Version | Last Version54002-beta |
Release Date | Release Date |
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 | 539 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"]