is not current version
Last Version 2.4

org.nutz:nutzwx 2.1

Another Weixin Driver in Java

GroupId

GroupId

org.nutz
ArtifactId

ArtifactId

nutzwx
Version

Version

2.1
Type

Type

jar

Download nutzwx 2.1


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