w

wu-smart-acw-client

文件下载
文件名 操作
wu-smart-acw-client-1.0.9.jar 下载
wu-smart-acw-client-1.0.9.pom 下载
Apache Maven
<dependency>
  <groupId>top.wu2020</groupId>
  <artifactId>wu-smart-acw-client</artifactId>
  <version>1.0.9</version>
</dependency>
Gradle Groovy
implementation 'top.wu2020:wu-smart-acw-client:1.0.9'
Gradle Kotlin
implementation("top.wu2020:wu-smart-acw-client:1.0.9")
Scala SBT
libraryDependencies += "top.wu2020" % "wu-smart-acw-client" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='top.wu2020', module='wu-smart-acw-client', version='1.0.9')
)
Apache Ivy
<dependency org="top.wu2020" name="wu-smart-acw-client" rev="1.0.9" />
Leiningen
[top.wu2020/wu-smart-acw-client "1.0.9"]
Apache Buildr
'top.wu2020:wu-smart-acw-client:jar:1.0.9'