MVN

com.tencent.yunxiaowei.tvs : tvs_device_sdk

Maven & Gradle

Jan 17, 2023
1 usages

yunxiaowei · Android library for com.tencent.yunxiaowei.tvs.tvs_device_sdk-1.8.14.aar.

<dependency>
    <groupId>com.tencent.yunxiaowei.tvs</groupId>
    <artifactId>tvs_device_sdk</artifactId>
    <version>1.8.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.yunxiaowei.tvs : tvs_device_sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.14

All Versions

Choose a version of com.tencent.yunxiaowei.tvs : tvs_device_sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
tvs_device_sdk-1.8.14
tvs_device_sdk-1.8.13
tvs_device_sdk-1.8.11
tvs_device_sdk-1.8.10
tvs_device_sdk-1.8.6
tvs_device_sdk-1.8.4
tvs_device_sdk-1.8.1
1.7.x
tvs_device_sdk-1.7.9
tvs_device_sdk-1.7.8
tvs_device_sdk-1.7.7
tvs_device_sdk-1.7.6
tvs_device_sdk-1.7.5
tvs_device_sdk-1.7.4
tvs_device_sdk-1.7.2
tvs_device_sdk-1.7.1
tvs_device_sdk-1.7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tencent.yunxiaowei.tvs</groupId>
    <artifactId>tvs_device_sdk</artifactId>
    <version>1.8.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.yunxiaowei.tvs : tvs_device_sdk gradle dependency to your build.gradle file:

implementation 'com.tencent.yunxiaowei.tvs:tvs_device_sdk:1.8.14'

Gradle Kotlin DSL: Add the following com.tencent.yunxiaowei.tvs : tvs_device_sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.yunxiaowei.tvs:tvs_device_sdk:1.8.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.yunxiaowei.tvs : tvs_device_sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.yunxiaowei.tvs" % "tvs_device_sdk" % "1.8.14"

Advertisement