Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcn.xfyun |
ArtifactId | ArtifactIdwebsdk-java-speech-core |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.xfyun/websdk-java-speech-core/ -->
<dependency>
<groupId>cn.xfyun</groupId>
<artifactId>websdk-java-speech-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xfyun/websdk-java-speech-core/
implementation 'cn.xfyun:websdk-java-speech-core:1.0.0'
// https://jarcasting.com/artifacts/cn.xfyun/websdk-java-speech-core/
implementation ("cn.xfyun:websdk-java-speech-core:1.0.0")
'cn.xfyun:websdk-java-speech-core:jar:1.0.0'
<dependency org="cn.xfyun" name="websdk-java-speech-core" rev="1.0.0">
<artifact name="websdk-java-speech-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xfyun', module='websdk-java-speech-core', version='1.0.0')
)
libraryDependencies += "cn.xfyun" % "websdk-java-speech-core" % "1.0.0"
[cn.xfyun/websdk-java-speech-core "1.0.0"]