MVN

com.tencent.mediacloud : TencentEffect_S1-01_customize

Maven & Gradle

Aug 17, 2023
518 stars

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

<dependency>
    <groupId>com.tencent.mediacloud</groupId>
    <artifactId>TencentEffect_S1-01_customize</artifactId>
    <version>3.1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.1.0.4

All Versions

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

Version Vulnerabilities Updated
3.1.x
TencentEffect_S1-01_customize-3.1.0.4
TencentEffect_S1-01_customize-3.1.0.3
3.0.x
TencentEffect_S1-01_customize-3.0.0.116

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tencent.mediacloud</groupId>
    <artifactId>TencentEffect_S1-01_customize</artifactId>
    <version>3.1.0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tencent.mediacloud:TencentEffect_S1-01_customize:3.1.0.4'

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

implementation("com.tencent.mediacloud:TencentEffect_S1-01_customize:3.1.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tencent.mediacloud" % "TencentEffect_S1-01_customize" % "3.1.0.4"