MVN

com.microsoft.projectoxford : emotion

Maven & Gradle

Jan 21, 2017
966 stars

Microsoft Project Oxford Emotion API Client Library · This client library allows the use of Microsoft's state-of-the-art cloud-based algorithms to detect emotions based on facial expressions. See https://github.com/Microsoft/ProjectOxford-ClientSDK/tree/master/Emotion for more information.

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

Latest Version

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

  • Latest Stable: 1.0.355

All Versions

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

Version Vulnerabilities Updated
1.0.x
emotion-1.0.355
emotion-1.0.0
0.4.x
emotion-0.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.projectoxford</groupId>
    <artifactId>emotion</artifactId>
    <version>1.0.355</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.microsoft.projectoxford:emotion:1.0.355'

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

implementation("com.microsoft.projectoxford:emotion:1.0.355")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.microsoft.projectoxford" % "emotion" % "1.0.355"

Advertisement