GroupId | GroupIdcom.github.lucarosellini |
---|---|
ArtifactId | ArtifactIdalexa-custom-skill-archetype |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/com.github.lucarosellini/alexa-custom-skill-archetype/ -->
<dependency>
<groupId>com.github.lucarosellini</groupId>
<artifactId>alexa-custom-skill-archetype</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lucarosellini/alexa-custom-skill-archetype/
implementation 'com.github.lucarosellini:alexa-custom-skill-archetype:1.0.0'
// https://jarcasting.com/artifacts/com.github.lucarosellini/alexa-custom-skill-archetype/
implementation ("com.github.lucarosellini:alexa-custom-skill-archetype:1.0.0")
'com.github.lucarosellini:alexa-custom-skill-archetype:jar:1.0.0'
<dependency org="com.github.lucarosellini" name="alexa-custom-skill-archetype" rev="1.0.0">
<artifact name="alexa-custom-skill-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lucarosellini', module='alexa-custom-skill-archetype', version='1.0.0')
)
libraryDependencies += "com.github.lucarosellini" % "alexa-custom-skill-archetype" % "1.0.0"
[com.github.lucarosellini/alexa-custom-skill-archetype "1.0.0"]