MVN

com.microsoft.cognitiveservices.speech.remotemeeting : remote-meeting

Maven & Gradle

Aug 04, 2023
2.5k stars

Microsoft Cognitive Services Speech Remote meeting SDK for Java · This SDK allows you to use the Microsoft Cognitive Speech Service for remote meeting. See https://aka.ms/csspeech for more information.

<dependency>
    <groupId>com.microsoft.cognitiveservices.speech.remotemeeting</groupId>
    <artifactId>remote-meeting</artifactId>
    <version>1.31.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.cognitiveservices.speech.remotemeeting : remote-meeting to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.31.0

All Versions

Choose a version of com.microsoft.cognitiveservices.speech.remotemeeting : remote-meeting to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.31.x
remote-meeting-1.31.0

How to add a dependency to Maven

Add the following com.microsoft.cognitiveservices.speech.remotemeeting : remote-meeting maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.cognitiveservices.speech.remotemeeting</groupId>
    <artifactId>remote-meeting</artifactId>
    <version>1.31.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.cognitiveservices.speech.remotemeeting : remote-meeting gradle dependency to your build.gradle file:

implementation 'com.microsoft.cognitiveservices.speech.remotemeeting:remote-meeting:1.31.0'

Gradle Kotlin DSL: Add the following com.microsoft.cognitiveservices.speech.remotemeeting : remote-meeting gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.cognitiveservices.speech.remotemeeting:remote-meeting:1.31.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.cognitiveservices.speech.remotemeeting : remote-meeting sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.cognitiveservices.speech.remotemeeting" % "remote-meeting" % "1.31.0"