MVN

com.tencent.edu : TAISDK-offline

Maven & Gradle

Mar 13, 2023
65 stars

TAISDK-offline for Android · TAISDK-offline for Android

<dependency>
    <groupId>com.tencent.edu</groupId>
    <artifactId>TAISDK-offline</artifactId>
    <version>1.2.3.100</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.edu : TAISDK-offline to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3.100

All Versions

Choose a version of com.tencent.edu : TAISDK-offline to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
TAISDK-offline-1.2.3.100
TAISDK-offline-1.2.3.99
TAISDK-offline-1.2.3.98
1.0.x
TAISDK-offline-1.0.1.74
TAISDK-offline-1.0.1.73

How to add a dependency to Maven

Add the following com.tencent.edu : TAISDK-offline maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.edu</groupId>
    <artifactId>TAISDK-offline</artifactId>
    <version>1.2.3.100</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.edu : TAISDK-offline gradle dependency to your build.gradle file:

implementation 'com.tencent.edu:TAISDK-offline:1.2.3.100'

Gradle Kotlin DSL: Add the following com.tencent.edu : TAISDK-offline gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.edu:TAISDK-offline:1.2.3.100")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.edu : TAISDK-offline sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.edu" % "TAISDK-offline" % "1.2.3.100"