MVN

com.loftechs.sdk : lt

Maven & Gradle

Jan 10, 2023
0 stars

lt · Stream Chat & Call official Android SDK

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

Latest Version

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

  • Latest Stable: 5.2.6.6

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement