| GroupId | GroupIdcom.tencent.yunxiaowei.speech |
|---|---|
| ArtifactId | ArtifactIdlarklite |
| Version | Version1.2.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| larklite-1.2.4.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.yunxiaowei.speech/larklite/ -->
<dependency>
<groupId>com.tencent.yunxiaowei.speech</groupId>
<artifactId>larklite</artifactId>
<version>1.2.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.speech/larklite/
implementation 'com.tencent.yunxiaowei.speech:larklite:1.2.4'
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.speech/larklite/
implementation ("com.tencent.yunxiaowei.speech:larklite:1.2.4")
'com.tencent.yunxiaowei.speech:larklite:aar:1.2.4'
<dependency org="com.tencent.yunxiaowei.speech" name="larklite" rev="1.2.4">
<artifact name="larklite" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.yunxiaowei.speech', module='larklite', version='1.2.4')
)
libraryDependencies += "com.tencent.yunxiaowei.speech" % "larklite" % "1.2.4"
[com.tencent.yunxiaowei.speech/larklite "1.2.4"]