Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.xiashuai-mr |
ArtifactId | ArtifactIdvoice-command-sdk-java |
Version | Version1.0.0 |
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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiashuai-mr/voice-command-sdk-java/
implementation 'com.github.xiashuai-mr:voice-command-sdk-java:1.0.0'
// https://jarcasting.com/artifacts/com.github.xiashuai-mr/voice-command-sdk-java/
implementation ("com.github.xiashuai-mr:voice-command-sdk-java:1.0.0")
'com.github.xiashuai-mr:voice-command-sdk-java:jar:1.0.0'
<dependency org="com.github.xiashuai-mr" name="voice-command-sdk-java" rev="1.0.0">
<artifact name="voice-command-sdk-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiashuai-mr', module='voice-command-sdk-java', version='1.0.0')
)
libraryDependencies += "com.github.xiashuai-mr" % "voice-command-sdk-java" % "1.0.0"
[com.github.xiashuai-mr/voice-command-sdk-java "1.0.0"]