Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.xiashuai-mr |
ArtifactId | ArtifactIdvoice-command-sdk-java |
Version | Version2.0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xiashuai-mr/voice-command-sdk-java/ -->
<dependency>
<groupId>com.github.xiashuai-mr</groupId>
<artifactId>voice-command-sdk-java</artifactId>
<version>2.0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiashuai-mr/voice-command-sdk-java/
implementation 'com.github.xiashuai-mr:voice-command-sdk-java:2.0.0.2'
// https://jarcasting.com/artifacts/com.github.xiashuai-mr/voice-command-sdk-java/
implementation ("com.github.xiashuai-mr:voice-command-sdk-java:2.0.0.2")
'com.github.xiashuai-mr:voice-command-sdk-java:jar:2.0.0.2'
<dependency org="com.github.xiashuai-mr" name="voice-command-sdk-java" rev="2.0.0.2">
<artifact name="voice-command-sdk-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiashuai-mr', module='voice-command-sdk-java', version='2.0.0.2')
)
libraryDependencies += "com.github.xiashuai-mr" % "voice-command-sdk-java" % "2.0.0.2"
[com.github.xiashuai-mr/voice-command-sdk-java "2.0.0.2"]