| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdio.github.sasiperi | 
    
| ArtifactId | ArtifactIdspring-boot-starter-alexa | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionspring-boot-starter-alexa 
            Alexa Spring Boot Starter 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/io.github.sasiperi/spring-boot-starter-alexa/ -->
<dependency>
    <groupId>io.github.sasiperi</groupId>
    <artifactId>spring-boot-starter-alexa</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.sasiperi/spring-boot-starter-alexa/
implementation 'io.github.sasiperi:spring-boot-starter-alexa:1.0'
                // https://jarcasting.com/artifacts/io.github.sasiperi/spring-boot-starter-alexa/
implementation ("io.github.sasiperi:spring-boot-starter-alexa:1.0")
                'io.github.sasiperi:spring-boot-starter-alexa:jar:1.0'
                <dependency org="io.github.sasiperi" name="spring-boot-starter-alexa" rev="1.0">
  <artifact name="spring-boot-starter-alexa" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.sasiperi', module='spring-boot-starter-alexa', version='1.0')
)
                libraryDependencies += "io.github.sasiperi" % "spring-boot-starter-alexa" % "1.0"
                [io.github.sasiperi/spring-boot-starter-alexa "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.2.2.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.2.RELEASE | 
| com.amazon.alexa : alexa-skills-kit | jar | 1.8.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.2.RELEASE |