w

wu-smart-acw-client

Files download
File Operation
wu-smart-acw-client-1.0.8.jar download
wu-smart-acw-client-1.0.8.pom download
Apache Maven
<dependency>
  <groupId>top.wu2020</groupId>
  <artifactId>wu-smart-acw-client</artifactId>
  <version>1.0.8</version>
</dependency>
Gradle Groovy
implementation 'top.wu2020:wu-smart-acw-client:1.0.8'
Gradle Kotlin
implementation("top.wu2020:wu-smart-acw-client:1.0.8")
Scala SBT
libraryDependencies += "top.wu2020" % "wu-smart-acw-client" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='top.wu2020', module='wu-smart-acw-client', version='1.0.8')
)
Apache Ivy
<dependency org="top.wu2020" name="wu-smart-acw-client" rev="1.0.8" />
Leiningen
[top.wu2020/wu-smart-acw-client "1.0.8"]
Apache Buildr
'top.wu2020:wu-smart-acw-client:jar:1.0.8'