| License | 
                License
                                                        Apache License - v2.0                                                 
                             | 
        
|---|---|
| GroupId | GroupIdai.picovoice | 
    
| ArtifactId | ArtifactIdcheetah-android | 
    
| Last Version | Last Version1.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            Descriptioncheetah-android 
            Android SDK for Picovoice's Cheetah Speech-to-Text engine 
         | 
    
| Filename | Size | 
|---|---|
| cheetah-android-1.0.2.pom | |
| cheetah-android-1.0.2-sources.jar | 10 KB | 
| cheetah-android-1.0.2-javadoc.jar | 422 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/ai.picovoice/cheetah-android/ -->
<dependency>
    <groupId>ai.picovoice</groupId>
    <artifactId>cheetah-android</artifactId>
    <version>1.0.2</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/ai.picovoice/cheetah-android/
implementation 'ai.picovoice:cheetah-android:1.0.2'
                // https://jarcasting.com/artifacts/ai.picovoice/cheetah-android/
implementation ("ai.picovoice:cheetah-android:1.0.2")
                'ai.picovoice:cheetah-android:aar:1.0.2'
                <dependency org="ai.picovoice" name="cheetah-android" rev="1.0.2">
  <artifact name="cheetah-android" type="aar" />
</dependency>
                @Grapes(
@Grab(group='ai.picovoice', module='cheetah-android', version='1.0.2')
)
                libraryDependencies += "ai.picovoice" % "cheetah-android" % "1.0.2"
                [ai.picovoice/cheetah-android "1.0.2"]