Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcn.xfyun |
ArtifactId | ArtifactIdwebsdk-java-speech |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
websdk-java-speech-1.0.2.pom | |
websdk-java-speech-1.0.2.jar | 74 KB |
websdk-java-speech-1.0.2-sources.jar | 52 KB |
websdk-java-speech-1.0.2-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.xfyun/websdk-java-speech/ -->
<dependency>
<groupId>cn.xfyun</groupId>
<artifactId>websdk-java-speech</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xfyun/websdk-java-speech/
implementation 'cn.xfyun:websdk-java-speech:1.0.2'
// https://jarcasting.com/artifacts/cn.xfyun/websdk-java-speech/
implementation ("cn.xfyun:websdk-java-speech:1.0.2")
'cn.xfyun:websdk-java-speech:jar:1.0.2'
<dependency org="cn.xfyun" name="websdk-java-speech" rev="1.0.2">
<artifact name="websdk-java-speech" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xfyun', module='websdk-java-speech', version='1.0.2')
)
libraryDependencies += "cn.xfyun" % "websdk-java-speech" % "1.0.2"
[cn.xfyun/websdk-java-speech "1.0.2"]