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