Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.xiashuai-mr |
ArtifactId | ArtifactIdvoice-command-sdk-java |
Version | Version2.0.0.1 |
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.1</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.1'
// https://jarcasting.com/artifacts/com.github.xiashuai-mr/voice-command-sdk-java/
implementation ("com.github.xiashuai-mr:voice-command-sdk-java:2.0.0.1")
'com.github.xiashuai-mr:voice-command-sdk-java:jar:2.0.0.1'
<dependency org="com.github.xiashuai-mr" name="voice-command-sdk-java" rev="2.0.0.1">
<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.1')
)
libraryDependencies += "com.github.xiashuai-mr" % "voice-command-sdk-java" % "2.0.0.1"
[com.github.xiashuai-mr/voice-command-sdk-java "2.0.0.1"]