MVN

com.loftechs.sdk : call

Maven & Gradle

Jan 10, 2023
0 stars

call · Stream Chat & Call official Android SDK

<dependency>
    <groupId>com.loftechs.sdk</groupId>
    <artifactId>call</artifactId>
    <version>5.2.6.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.loftechs.sdk : call to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.6.6

All Versions

Choose a version of com.loftechs.sdk : call to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
call-5.2.6.6
call-5.2.6.1
call-5.2.4.3
call-5.2.4.2
call-5.2.2.5
call-5.2.2
call-5.2.1.1
call-5.2.1
call-5.2.0
5.1.x
call-5.1.7
call-5.1.6
call-5.1.1
call-5.1.0

How to add a dependency to Maven

Add the following com.loftechs.sdk : call maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.loftechs.sdk</groupId>
    <artifactId>call</artifactId>
    <version>5.2.6.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.loftechs.sdk : call gradle dependency to your build.gradle file:

implementation 'com.loftechs.sdk:call:5.2.6.6'

Gradle Kotlin DSL: Add the following com.loftechs.sdk : call gradle kotlin dependency to your build.gradle.kts file:

implementation("com.loftechs.sdk:call:5.2.6.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.loftechs.sdk : call sbt scala dependency to your build.sbt file:

libraryDependencies += "com.loftechs.sdk" % "call" % "5.2.6.6"

Advertisement