MVN

io.github.shichuanenhui : tbssdk

Maven & Gradle

Aug 15, 2023

tbssdk · TbsSdk

<dependency>
    <groupId>io.github.shichuanenhui</groupId>
    <artifactId>tbssdk</artifactId>
    <version>44286</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.shichuanenhui : tbssdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 44286

All Versions

Choose a version of io.github.shichuanenhui : tbssdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
44286
tbssdk-44286
44216
tbssdk-44216
44199
tbssdk-44199
44181
tbssdk-44181
44165
tbssdk-44165
44153
tbssdk-44153
44136
tbssdk-44136
44132
tbssdk-44132
44115
tbssdk-44115
44085
tbssdk-44085
44076
tbssdk-44076
44065
tbssdk-44065
44051
tbssdk-44051
43993
tbssdk-43993

How to add a dependency to Maven

Add the following io.github.shichuanenhui : tbssdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.shichuanenhui</groupId>
    <artifactId>tbssdk</artifactId>
    <version>44286</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.shichuanenhui : tbssdk gradle dependency to your build.gradle file:

implementation 'io.github.shichuanenhui:tbssdk:44286'

Gradle Kotlin DSL: Add the following io.github.shichuanenhui : tbssdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.shichuanenhui:tbssdk:44286")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.shichuanenhui : tbssdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.shichuanenhui" % "tbssdk" % "44286"