is not current version
Last Version 2.4

org.nutz:nutzwx 1.r.66.r3

Another Weixin Driver in Java

GroupId

GroupId

org.nutz
ArtifactId

ArtifactId

nutzwx
Version

Version

1.r.66.r3
Type

Type

jar

Download nutzwx 1.r.66.r3


<!-- https://jarcasting.com/artifacts/org.nutz/nutzwx/ -->
<dependency>
    <groupId>org.nutz</groupId>
    <artifactId>nutzwx</artifactId>
    <version>1.r.66.r3</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzwx/
implementation 'org.nutz:nutzwx:1.r.66.r3'
// https://jarcasting.com/artifacts/org.nutz/nutzwx/
implementation ("org.nutz:nutzwx:1.r.66.r3")
'org.nutz:nutzwx:jar:1.r.66.r3'
<dependency org="org.nutz" name="nutzwx" rev="1.r.66.r3">
  <artifact name="nutzwx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzwx', version='1.r.66.r3')
)
libraryDependencies += "org.nutz" % "nutzwx" % "1.r.66.r3"
[org.nutz/nutzwx "1.r.66.r3"]