| Группа | Группаcom.tencent.yunxiaowei.speech |
|---|---|
| Идентификатор | Идентификаторlarklite |
| Версия | Версия1.0.1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| larklite-1.0.1.pom | |
| larklite-1.0.1.aar | 5 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tencent.yunxiaowei.speech/larklite/ -->
<dependency>
<groupId>com.tencent.yunxiaowei.speech</groupId>
<artifactId>larklite</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.speech/larklite/
implementation 'com.tencent.yunxiaowei.speech:larklite:1.0.1'
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.speech/larklite/
implementation ("com.tencent.yunxiaowei.speech:larklite:1.0.1")
'com.tencent.yunxiaowei.speech:larklite:aar:1.0.1'
<dependency org="com.tencent.yunxiaowei.speech" name="larklite" rev="1.0.1">
<artifact name="larklite" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.yunxiaowei.speech', module='larklite', version='1.0.1')
)
libraryDependencies += "com.tencent.yunxiaowei.speech" % "larklite" % "1.0.1"
[com.tencent.yunxiaowei.speech/larklite "1.0.1"]