MVN

com.tencent.yunxiaowei.speech : larklite

Maven & Gradle

Feb 03, 2023

YunXiaoWei · Android library for com.tencent.yunxiaowei.speech.larklite-1.6.5.23020312.aar.

<dependency>
    <groupId>com.tencent.yunxiaowei.speech</groupId>
    <artifactId>larklite</artifactId>
    <version>1.6.5.23020312</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.yunxiaowei.speech : larklite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.5.23020312

All Versions

Choose a version of com.tencent.yunxiaowei.speech : larklite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
larklite-1.6.5.23020312
larklite-1.6.5.22072812
larklite-1.6.0.22110213
larklite-1.6.0.22070616
larklite-1.6.0.22062920
1.5.x
larklite-1.5.6.22092312
larklite-1.5.6.22041513
larklite-1.5.6.220223
larklite-1.5.5.22081817
larklite-1.5.5.22063016
larklite-1.5.5.22061716
larklite-1.5.5.22061519
larklite-1.5.5.220217
larklite-1.5.5.220218
larklite-1.5.5.220113
larklite-1.5.5.211223
larklite-1.5.5.211207
larklite-1.5.5.211201
larklite-1.5.5.211129
larklite-1.5.1
larklite-1.5.0.211116
larklite-1.5.0.211103
1.3.x
larklite-1.3.6
larklite-1.3.5
larklite-1.3.4
larklite-1.3.3
larklite-1.3.1
larklite-1.3.0
1.2.x
larklite-1.2.7
larklite-1.2.6
larklite-1.2.5
larklite-1.2.4
larklite-1.2.3
larklite-1.2.2
larklite-1.2.1
larklite-1.2.0
1.1.x
larklite-1.1.9
larklite-1.1.8
larklite-1.1.7
larklite-1.1.6
larklite-1.1.5
larklite-1.1.4
larklite-1.1.3
larklite-1.1.2
larklite-1.1.1
larklite-1.1.0
1.0.x
larklite-1.0.1

How to add a dependency to Maven

Add the following com.tencent.yunxiaowei.speech : larklite maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.yunxiaowei.speech</groupId>
    <artifactId>larklite</artifactId>
    <version>1.6.5.23020312</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.yunxiaowei.speech : larklite gradle dependency to your build.gradle file:

implementation 'com.tencent.yunxiaowei.speech:larklite:1.6.5.23020312'

Gradle Kotlin DSL: Add the following com.tencent.yunxiaowei.speech : larklite gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.yunxiaowei.speech:larklite:1.6.5.23020312")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.yunxiaowei.speech : larklite sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.yunxiaowei.speech" % "larklite" % "1.6.5.23020312"

Advertisement