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