MVN

io.klerch : alexa-skills-kit-tellask-java

Maven & Gradle

Jul 07, 2017
15 stars

Alexa Skills Kit Tellask SDK for Java · This SDK is an extension to the Alexa Skills SDK for Java. It provides a framework for handling speechlet requests with multi-variant utterances organized in YAML files that make it easy to create localized skills. This SDK also lets you build your skill in declarative style and avoids a lot of boilerplate code.

<dependency>
    <groupId>io.klerch</groupId>
    <artifactId>alexa-skills-kit-tellask-java</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.klerch : alexa-skills-kit-tellask-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of io.klerch : alexa-skills-kit-tellask-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
alexa-skills-kit-tellask-java-0.2.3
alexa-skills-kit-tellask-java-0.2.2
alexa-skills-kit-tellask-java-0.2.1
alexa-skills-kit-tellask-java-0.2.0

How to add a dependency to Maven

Add the following io.klerch : alexa-skills-kit-tellask-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.klerch</groupId>
    <artifactId>alexa-skills-kit-tellask-java</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.klerch : alexa-skills-kit-tellask-java gradle dependency to your build.gradle file:

implementation 'io.klerch:alexa-skills-kit-tellask-java:0.2.3'

Gradle Kotlin DSL: Add the following io.klerch : alexa-skills-kit-tellask-java gradle kotlin dependency to your build.gradle.kts file:

implementation("io.klerch:alexa-skills-kit-tellask-java:0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.klerch : alexa-skills-kit-tellask-java sbt scala dependency to your build.sbt file:

libraryDependencies += "io.klerch" % "alexa-skills-kit-tellask-java" % "0.2.3"