Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.speechly |
ArtifactId | ArtifactIdandroid-client |
Version | Version0.1.9 |
Type | Typeaar |
Filename | Size |
---|---|
android-client-0.1.9.pom | |
android-client-0.1.9-sources.jar | 16 KB |
android-client-0.1.9-javadoc.jar | 463 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.speechly/android-client/ -->
<dependency>
<groupId>com.speechly</groupId>
<artifactId>android-client</artifactId>
<version>0.1.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.speechly/android-client/
implementation 'com.speechly:android-client:0.1.9'
// https://jarcasting.com/artifacts/com.speechly/android-client/
implementation ("com.speechly:android-client:0.1.9")
'com.speechly:android-client:aar:0.1.9'
<dependency org="com.speechly" name="android-client" rev="0.1.9">
<artifact name="android-client" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.speechly', module='android-client', version='0.1.9')
)
libraryDependencies += "com.speechly" % "android-client" % "0.1.9"
[com.speechly/android-client "0.1.9"]