MVN

com.tencent.mediacloud : TencentEffect_S1-04_customize_nopag

Maven & Gradle

Dec 21, 2023
521 stars

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

<dependency>
    <groupId>com.tencent.mediacloud</groupId>
    <artifactId>TencentEffect_S1-04_customize_nopag</artifactId>
    <version>2.10110.110.202</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.10110.110.202

All Versions

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

Version Vulnerabilities Updated
2.10110.x
TencentEffect_S1-04_customize_nopag-2.10110.110.202

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tencent.mediacloud</groupId>
    <artifactId>TencentEffect_S1-04_customize_nopag</artifactId>
    <version>2.10110.110.202</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tencent.mediacloud:TencentEffect_S1-04_customize_nopag:2.10110.110.202'

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

implementation("com.tencent.mediacloud:TencentEffect_S1-04_customize_nopag:2.10110.110.202")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tencent.mediacloud" % "TencentEffect_S1-04_customize_nopag" % "2.10110.110.202"