| GroupId | GroupIdcom.tencent.yunxiaowei.dmsdk |
|---|---|
| ArtifactId | ArtifactIdaispeech |
| Version | Version2.2.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| aispeech-2.2.0.pom | |
| aispeech-2.2.0.aar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.yunxiaowei.dmsdk/aispeech/ -->
<dependency>
<groupId>com.tencent.yunxiaowei.dmsdk</groupId>
<artifactId>aispeech</artifactId>
<version>2.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.dmsdk/aispeech/
implementation 'com.tencent.yunxiaowei.dmsdk:aispeech:2.2.0'
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.dmsdk/aispeech/
implementation ("com.tencent.yunxiaowei.dmsdk:aispeech:2.2.0")
'com.tencent.yunxiaowei.dmsdk:aispeech:aar:2.2.0'
<dependency org="com.tencent.yunxiaowei.dmsdk" name="aispeech" rev="2.2.0">
<artifact name="aispeech" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.yunxiaowei.dmsdk', module='aispeech', version='2.2.0')
)
libraryDependencies += "com.tencent.yunxiaowei.dmsdk" % "aispeech" % "2.2.0"
[com.tencent.yunxiaowei.dmsdk/aispeech "2.2.0"]