MVN

com.tencent.mediacloud : TencentEffect_S1-07

Maven & Gradle

Aug 02, 2023
518 stars

TencentEffect_S1-07 · 腾讯云视立方·腾讯特效 SDK(Tencent Effect SDK)(美颜特效 SDK)是音视频终端 SDK(腾讯云视立方)的重要组成部分,基于优图精准的 AI 能力和天天P图丰富的实时特效处理,为各类视频处理场景提供丰富的产品能力。腾讯特效 SDK 支持与腾讯云直播 SDK 、短视频 SDK、音视频通话 SDK 等音视频终端产品集成,高效便捷,优势尤为明显。

<dependency>
    <groupId>com.tencent.mediacloud</groupId>
    <artifactId>TencentEffect_S1-07</artifactId>
    <version>3.1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.mediacloud : TencentEffect_S1-07 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0.2

All Versions

Choose a version of com.tencent.mediacloud : TencentEffect_S1-07 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
TencentEffect_S1-07-3.1.0.2
3.0.x
TencentEffect_S1-07-3.0.1.2
TencentEffect_S1-07-3.0.0.13
2.6.x
TencentEffect_S1-07-2.6.0.122
TencentEffect_S1-07-2.6.0.115
TencentEffect_S1-07-2.6.0.114
TencentEffect_S1-07-2.6.0.113
TencentEffect_S1-07-2.6.0.112
2.5.x
TencentEffect_S1-07-2.5.1.135
TencentEffect_S1-07-2.5.0.207
TencentEffect_S1-07-2.5.0.205

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tencent.mediacloud</groupId>
    <artifactId>TencentEffect_S1-07</artifactId>
    <version>3.1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.mediacloud : TencentEffect_S1-07 gradle dependency to your build.gradle file:

implementation 'com.tencent.mediacloud:TencentEffect_S1-07:3.1.0.2'

Gradle Kotlin DSL: Add the following com.tencent.mediacloud : TencentEffect_S1-07 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.mediacloud:TencentEffect_S1-07:3.1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.mediacloud : TencentEffect_S1-07 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.mediacloud" % "TencentEffect_S1-07" % "3.1.0.2"