MVN

com.unblu.mobile-sdk-android : callmodule

Maven & Gradle

Dec 19, 2023
0 stars

callmodule · Unblu Mobile SDK Android

<dependency>
    <groupId>com.unblu.mobile-sdk-android</groupId>
    <artifactId>callmodule</artifactId>
    <version>4.7.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.unblu.mobile-sdk-android : callmodule to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.6

All Versions

Choose a version of com.unblu.mobile-sdk-android : callmodule to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
callmodule-4.7.6

How to add a dependency to Maven

Add the following com.unblu.mobile-sdk-android : callmodule maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.unblu.mobile-sdk-android</groupId>
    <artifactId>callmodule</artifactId>
    <version>4.7.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.unblu.mobile-sdk-android : callmodule gradle dependency to your build.gradle file:

implementation 'com.unblu.mobile-sdk-android:callmodule:4.7.6'

Gradle Kotlin DSL: Add the following com.unblu.mobile-sdk-android : callmodule gradle kotlin dependency to your build.gradle.kts file:

implementation("com.unblu.mobile-sdk-android:callmodule:4.7.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.unblu.mobile-sdk-android : callmodule sbt scala dependency to your build.sbt file:

libraryDependencies += "com.unblu.mobile-sdk-android" % "callmodule" % "4.7.6"