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