GroupId | GroupIdcom.tencent.yunxiaowei.speech |
---|---|
ArtifactId | ArtifactIdtools |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
tools-1.0.1.pom | |
tools-1.0.1.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.yunxiaowei.speech/tools/ -->
<dependency>
<groupId>com.tencent.yunxiaowei.speech</groupId>
<artifactId>tools</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.speech/tools/
implementation 'com.tencent.yunxiaowei.speech:tools:1.0.1'
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.speech/tools/
implementation ("com.tencent.yunxiaowei.speech:tools:1.0.1")
'com.tencent.yunxiaowei.speech:tools:jar:1.0.1'
<dependency org="com.tencent.yunxiaowei.speech" name="tools" rev="1.0.1">
<artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.yunxiaowei.speech', module='tools', version='1.0.1')
)
libraryDependencies += "com.tencent.yunxiaowei.speech" % "tools" % "1.0.1"
[com.tencent.yunxiaowei.speech/tools "1.0.1"]