Files download
File Operation
ne4weixin-3.2.2.3.jar download
ne4weixin-3.2.2.3.pom download
ne4weixin-3.2.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tmsps</groupId>
  <artifactId>ne4weixin</artifactId>
  <version>3.2.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.tmsps:ne4weixin:3.2.2.3'
Gradle Kotlin
implementation("com.tmsps:ne4weixin:3.2.2.3")
Scala SBT
libraryDependencies += "com.tmsps" % "ne4weixin" % "3.2.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.tmsps', module='ne4weixin', version='3.2.2.3')
)
Apache Ivy
<dependency org="com.tmsps" name="ne4weixin" rev="3.2.2.3" />
Leiningen
[com.tmsps/ne4weixin "3.2.2.3"]
Apache Buildr
'com.tmsps:ne4weixin:jar:3.2.2.3'