is not current version
Last Version 2.4

org.nutz:nutzwx 1.r.67

Another Weixin Driver in Java

GroupId

GroupId

org.nutz
ArtifactId

ArtifactId

nutzwx
Version

Version

1.r.67
Type

Type

jar

Download nutzwx 1.r.67


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