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