Group: com.amazon.alexa - All Dependencies
ASK SDK for Java · The Alexa Skills Kit SDK for Java.
Alexa Skills Kit · Contains classes used by the Alexa Skills Kit.
ASK SDK for Java Core · Core components of the ASK SDK for Java.
ASK SDK for Java Apache API Client · Apache HTTP Client API client plugin for the ASK SDK for Java.
ASK SDK for Java Lambda Support Plugin · Contains supporting components for hosting a skill on AWS Lambda with the ASK SDK for Java.
ask-sdk-model · Contains models and api clients for Alexa
ASK SDK for Java Runtime · Runtime library for the ASK SDK for Java.
ask-sdk-model-runtime · Runtime components for ASK SDK models
ASK SDK Interaction Model Mapper · The Interaction Model Mapper enables a code-first approach to the development of a skill by abstracting the interaction model. Alexa types such as Intents and Slots are defined as Java classes, and corresponding interaction model data such as sample utterances, prompts, synonyms, etc. are stored in resource bundles. A skill is then constructed from a collection of these entities, and the interaction model is rendered from the CLI. This abstraction enables developers to componentize and share parts of their skill with others and promotes a standard software build/deploy lifecycle for skills.
ASK SDK for Java Servlet Support Plugin · Contains supporting components for hosting a skill on a Servlet with the ASK SDK for Java.
ASK SDK for Java DynamoDB Persistence Adapter · Enables skill attributes to be persisted to DynamoDB through the ASK SDK for Java.
ASK SDK MVC Framework · The Alexa Skills Kit MVC Framework extends the existing ASK SDK, adding features for mapping requests to methods and rendering responses via view scripts and templates such as Nashorn Javascript and Freemarker. It also integrates with the ASK SDK Interaction Model Mapper framework to create a single environment where both the interaction model and business logic of skills can be managed as code packages.
ASK SDK Interaction Model · Contains models and api clients for Alexa
ASK SDK for Java FreeMarker Template Renderer · Template Renderer for ASK SDK Java using the Apache Freemarker template engine.
ASK SMAPI SDK for Java · Core components of the ASK SMAPI SDK for Java.
ask-smapi-model · Contains models and api clients for Alexa
ASK SDK MVC Freemarker View Resolver · View Resolver for MVC using the Apache Freemarker template engine.
ASK SDK Maven Plugins · Maven plugins for the ASK SDK and/or associated frameworks.
ASK SDK for Java Local Debugging Adapter · Enables local debugging support for skills.