Files download
File Operation
wx-java-4.6.3.B.pom download
Apache Maven
<dependency>
  <groupId>com.github.binarywang</groupId>
  <artifactId>wx-java</artifactId>
  <version>4.6.3.B</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.binarywang:wx-java:4.6.3.B'
Gradle Kotlin
implementation("com.github.binarywang:wx-java:4.6.3.B")
Scala SBT
libraryDependencies += "com.github.binarywang" % "wx-java" % "4.6.3.B"
Groovy Grape
@Grapes(
  @Grab(group='com.github.binarywang', module='wx-java', version='4.6.3.B')
)
Apache Ivy
<dependency org="com.github.binarywang" name="wx-java" rev="4.6.3.B" />
Leiningen
[com.github.binarywang/wx-java "4.6.3.B"]
Apache Buildr
'com.github.binarywang:wx-java:jar:4.6.3.B'
Dependencies
The project has no third-party dependencies