文件下载
文件名 操作
fastweixin-1.3.15.jar 下载
fastweixin-1.3.15.pom 下载
fastweixin-1.3.15-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.sd4324530</groupId>
  <artifactId>fastweixin</artifactId>
  <version>1.3.15</version>
</dependency>
Gradle Groovy
implementation 'com.github.sd4324530:fastweixin:1.3.15'
Gradle Kotlin
implementation("com.github.sd4324530:fastweixin:1.3.15")
Scala SBT
libraryDependencies += "com.github.sd4324530" % "fastweixin" % "1.3.15"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sd4324530', module='fastweixin', version='1.3.15')
)
Apache Ivy
<dependency org="com.github.sd4324530" name="fastweixin" rev="1.3.15" />
Leiningen
[com.github.sd4324530/fastweixin "1.3.15"]
Apache Buildr
'com.github.sd4324530:fastweixin:jar:1.3.15'