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