MVN

app.alan : sdk

Maven & Gradle

Jul 13, 2023
1.8k stars

Alan Android SDK · Build a voice assistant for your Android app with the Alan Platform powered by the industry’s best Automatic Speech Recognition (ASR), Natural Language Understanding (NLU) and Speech Synthesis

<dependency>
    <groupId>app.alan</groupId>
    <artifactId>sdk</artifactId>
    <version>4.22.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.alan : sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.22.0

All Versions

Choose a version of app.alan : sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.22.x
sdk-4.22.0
4.21.x
sdk-4.21.3
sdk-4.21.2
sdk-4.21.1
sdk-4.21.0
4.20.x
sdk-4.20.8
sdk-4.20.7
sdk-4.20.3
sdk-4.20.1
sdk-4.20.0
4.19.x
sdk-4.19.0
4.18.x
sdk-4.18.0
4.17.x
sdk-4.17.0
4.16.x
sdk-4.16.0
4.15.x
sdk-4.15.0
4.14.x
sdk-4.14.0
4.13.x
sdk-4.13.0
4.12.x
sdk-4.12.0
4.11.x
sdk-4.11.0
4.10.x
sdk-4.10.0
4.9.x
sdk-4.9.1
sdk-4.9.0
4.8.x
sdk-4.8.0
4.7.x
sdk-4.7.17
sdk-4.7.15
sdk-4.7.14
sdk-4.7.13
sdk-4.7.12
sdk-4.7.11
sdk-4.7.10
sdk-4.7.9

How to add a dependency to Maven

Add the following app.alan : sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.alan</groupId>
    <artifactId>sdk</artifactId>
    <version>4.22.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.alan : sdk gradle dependency to your build.gradle file:

implementation 'app.alan:sdk:4.22.0'

Gradle Kotlin DSL: Add the following app.alan : sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("app.alan:sdk:4.22.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.alan : sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "app.alan" % "sdk" % "4.22.0"

Advertisement