MVN

com.aiyaapp.aiya : AyEffectSDK

Maven & Gradle

Nov 30, 2022
1k stars

AyEffectSDK · 宝宝特效 AiyaEffectsSDK 涵盖Android、iOS两个平台,基于自主研发的人脸识别模块,作为一款动态贴纸和动画特效高效渲染的解决方案

<dependency>
    <groupId>com.aiyaapp.aiya</groupId>
    <artifactId>AyEffectSDK</artifactId>
    <version>4.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aiyaapp.aiya : AyEffectSDK to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0

All Versions

Choose a version of com.aiyaapp.aiya : AyEffectSDK to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
AyEffectSDK-4.3.0

How to add a dependency to Maven

Add the following com.aiyaapp.aiya : AyEffectSDK maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aiyaapp.aiya</groupId>
    <artifactId>AyEffectSDK</artifactId>
    <version>4.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aiyaapp.aiya : AyEffectSDK gradle dependency to your build.gradle file:

implementation 'com.aiyaapp.aiya:AyEffectSDK:4.3.0'

Gradle Kotlin DSL: Add the following com.aiyaapp.aiya : AyEffectSDK gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aiyaapp.aiya:AyEffectSDK:4.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aiyaapp.aiya : AyEffectSDK sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aiyaapp.aiya" % "AyEffectSDK" % "4.3.0"