Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.speechly |
ArtifactId | ArtifactIdandroid-client |
Version | Version0.1.8 |
Type | Typeaar |
Filename | Size |
---|---|
android-client-0.1.8.pom | |
android-client-0.1.8-sources.jar | 16 KB |
android-client-0.1.8-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.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.speechly/android-client/
implementation 'com.speechly:android-client:0.1.8'
// https://jarcasting.com/artifacts/com.speechly/android-client/
implementation ("com.speechly:android-client:0.1.8")
'com.speechly:android-client:aar:0.1.8'
<dependency org="com.speechly" name="android-client" rev="0.1.8">
<artifact name="android-client" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.speechly', module='android-client', version='0.1.8')
)
libraryDependencies += "com.speechly" % "android-client" % "0.1.8"
[com.speechly/android-client "0.1.8"]