MVN

com.github.vhall.android.base : vhall-beautify-faceunity

Maven & Gradle

Aug 23, 2022
<dependency>
    <groupId>com.github.vhall.android.base</groupId>
    <artifactId>vhall-beautify-faceunity</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vhall.android.base : vhall-beautify-faceunity to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of com.github.vhall.android.base : vhall-beautify-faceunity to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
vhall-beautify-faceunity-1.1.7
vhall-beautify-faceunity-1.1.6
vhall-beautify-faceunity-1.1.5
vhall-beautify-faceunity-1.1.4
vhall-beautify-faceunity-1.1.3
vhall-beautify-faceunity-1.1.2
1.0.x
vhall-beautify-faceunity-1.0.0

How to add a dependency to Maven

Add the following com.github.vhall.android.base : vhall-beautify-faceunity maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.vhall.android.base</groupId>
    <artifactId>vhall-beautify-faceunity</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vhall.android.base : vhall-beautify-faceunity gradle dependency to your build.gradle file:

implementation 'com.github.vhall.android.base:vhall-beautify-faceunity:1.1.7'

Gradle Kotlin DSL: Add the following com.github.vhall.android.base : vhall-beautify-faceunity gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vhall.android.base:vhall-beautify-faceunity:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vhall.android.base : vhall-beautify-faceunity sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vhall.android.base" % "vhall-beautify-faceunity" % "1.1.7"