| Categories |
CategoriesDex General Purpose Libraries Utility |
|---|---|
| GroupId | GroupIdcom.just-ai.aimybox |
| ArtifactId | ArtifactIdyandex-speechkit |
| Version | Version0.17.4-alpha.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| yandex-speechkit-0.17.4-alpha.3.pom | |
| yandex-speechkit-0.17.4-alpha.3-sources.jar | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.just-ai.aimybox/yandex-speechkit/ -->
<dependency>
<groupId>com.just-ai.aimybox</groupId>
<artifactId>yandex-speechkit</artifactId>
<version>0.17.4-alpha.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.just-ai.aimybox/yandex-speechkit/
implementation 'com.just-ai.aimybox:yandex-speechkit:0.17.4-alpha.3'
// https://jarcasting.com/artifacts/com.just-ai.aimybox/yandex-speechkit/
implementation ("com.just-ai.aimybox:yandex-speechkit:0.17.4-alpha.3")
'com.just-ai.aimybox:yandex-speechkit:aar:0.17.4-alpha.3'
<dependency org="com.just-ai.aimybox" name="yandex-speechkit" rev="0.17.4-alpha.3">
<artifact name="yandex-speechkit" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.just-ai.aimybox', module='yandex-speechkit', version='0.17.4-alpha.3')
)
libraryDependencies += "com.just-ai.aimybox" % "yandex-speechkit" % "0.17.4-alpha.3"
[com.just-ai.aimybox/yandex-speechkit "0.17.4-alpha.3"]