MVN

com.microsoft.projectoxford : face

Maven & Gradle

Mar 08, 2019
966 stars

Microsoft Project Oxford Face Client Library · This client library allows the use of Microsoft's state-of-the-art cloud-based face algorithms to detect and recognize human faces in images. See https://github.com/Microsoft/Cognitive-Face-Android for more information.

<dependency>
    <groupId>com.microsoft.projectoxford</groupId>
    <artifactId>face</artifactId>
    <version>1.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.projectoxford : face to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.4

All Versions

Choose a version of com.microsoft.projectoxford : face to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
face-1.4.4
face-1.4.3
face-1.4.2
face-1.4.1
face-1.4.0
1.3.x
face-1.3.0
1.2.x
face-1.2.5
face-1.2.1
face-1.2.0
1.1.x
face-1.1.0
1.0.x
face-1.0.0
0.5.x
face-0.5.0
0.4.x
face-0.4.91
face-0.4.9
face-0.4.1

How to add a dependency to Maven

Add the following com.microsoft.projectoxford : face maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.projectoxford</groupId>
    <artifactId>face</artifactId>
    <version>1.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.projectoxford : face gradle dependency to your build.gradle file:

implementation 'com.microsoft.projectoxford:face:1.4.4'

Gradle Kotlin DSL: Add the following com.microsoft.projectoxford : face gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.projectoxford:face:1.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.projectoxford : face sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.projectoxford" % "face" % "1.4.4"