MVN

com.azure.android : azure-communication-ui-calling

Maven & Gradle

Jul 19, 2023
21 stars

com.azure.android:azure-communication-ui-calling · Azure Communication Calling UI for Android.

<dependency>
    <groupId>com.azure.android</groupId>
    <artifactId>azure-communication-ui-calling</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.azure.android : azure-communication-ui-calling to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1
  • Latest Beta: 1.4.0-beta.1

All Versions

Choose a version of com.azure.android : azure-communication-ui-calling to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
azure-communication-ui-calling-1.4.0-beta.1
1.3.x
azure-communication-ui-calling-1.3.1
azure-communication-ui-calling-1.3.0
azure-communication-ui-calling-1.3.0-beta.1
1.2.x
azure-communication-ui-calling-1.2.0
azure-communication-ui-calling-1.2.0-beta.1
1.1.x
azure-communication-ui-calling-1.1.0
azure-communication-ui-calling-1.1.0-beta.1
1.0.x
azure-communication-ui-calling-1.0.0
azure-communication-ui-calling-1.0.0-beta.3
azure-communication-ui-calling-1.0.0-beta.2
azure-communication-ui-calling-1.0.0-beta.1

How to add a dependency to Maven

Add the following com.azure.android : azure-communication-ui-calling maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.azure.android</groupId>
    <artifactId>azure-communication-ui-calling</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.azure.android : azure-communication-ui-calling gradle dependency to your build.gradle file:

implementation 'com.azure.android:azure-communication-ui-calling:1.3.1'

Gradle Kotlin DSL: Add the following com.azure.android : azure-communication-ui-calling gradle kotlin dependency to your build.gradle.kts file:

implementation("com.azure.android:azure-communication-ui-calling:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.azure.android : azure-communication-ui-calling sbt scala dependency to your build.sbt file:

libraryDependencies += "com.azure.android" % "azure-communication-ui-calling" % "1.3.1"