MVN

com.gitee.l0km : faceapi-thriftclient-android

Maven & Gradle

Apr 28, 2020

faceapi thrift client for android

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>faceapi-thriftclient-android</artifactId>
    <version>2.2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.l0km : faceapi-thriftclient-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.10

All Versions

Choose a version of com.gitee.l0km : faceapi-thriftclient-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
faceapi-thriftclient-android-2.2.10
faceapi-thriftclient-android-2.2.9
faceapi-thriftclient-android-2.2.8
faceapi-thriftclient-android-2.2.7
faceapi-thriftclient-android-2.2.6
faceapi-thriftclient-android-2.2.5
faceapi-thriftclient-android-2.2.4
faceapi-thriftclient-android-2.2.3
faceapi-thriftclient-android-2.2.2
faceapi-thriftclient-android-2.2.1
faceapi-thriftclient-android-2.2.0
2.1.x
faceapi-thriftclient-android-2.1.8
faceapi-thriftclient-android-2.1.7
faceapi-thriftclient-android-2.1.6
faceapi-thriftclient-android-2.1.5
faceapi-thriftclient-android-2.1.4
faceapi-thriftclient-android-2.1.3
faceapi-thriftclient-android-2.1.2
faceapi-thriftclient-android-2.1.1
faceapi-thriftclient-android-2.1.0
2.0.x
faceapi-thriftclient-android-2.0.0
1.1.x
faceapi-thriftclient-android-1.1.0

How to add a dependency to Maven

Add the following com.gitee.l0km : faceapi-thriftclient-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>faceapi-thriftclient-android</artifactId>
    <version>2.2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.l0km : faceapi-thriftclient-android gradle dependency to your build.gradle file:

implementation 'com.gitee.l0km:faceapi-thriftclient-android:2.2.10'

Gradle Kotlin DSL: Add the following com.gitee.l0km : faceapi-thriftclient-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.l0km:faceapi-thriftclient-android:2.2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.l0km : faceapi-thriftclient-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.l0km" % "faceapi-thriftclient-android" % "2.2.10"