MVN

io.github.zhoushuofu : weixin-java-common

Maven & Gradle

Jan 21, 2022

WxJava - Common Java SDK · 微信开发Java SDK公共模块

<dependency>
    <groupId>io.github.zhoushuofu</groupId>
    <artifactId>weixin-java-common</artifactId>
    <version>4.2.4.B.0128</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zhoushuofu : weixin-java-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.4.B.0128

All Versions

Choose a version of io.github.zhoushuofu : weixin-java-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
weixin-java-common-4.2.4.B.0128
weixin-java-common-4.2.4.B.0127
weixin-java-common-4.2.4.B.0126
weixin-java-common-4.2.4.B.0125
weixin-java-common-4.2.4.B.0124
weixin-java-common-4.2.4.B.0123
weixin-java-common-4.2.4.B.0122
weixin-java-common-4.2.4.B.0121
weixin-java-common-4.2.4.B.S
weixin-java-common-4.2.4.B
weixin-java-common-4.2.1.B

How to add a dependency to Maven

Add the following io.github.zhoushuofu : weixin-java-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.zhoushuofu</groupId>
    <artifactId>weixin-java-common</artifactId>
    <version>4.2.4.B.0128</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.zhoushuofu : weixin-java-common gradle dependency to your build.gradle file:

implementation 'io.github.zhoushuofu:weixin-java-common:4.2.4.B.0128'

Gradle Kotlin DSL: Add the following io.github.zhoushuofu : weixin-java-common gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.zhoushuofu:weixin-java-common:4.2.4.B.0128")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.zhoushuofu : weixin-java-common sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.zhoushuofu" % "weixin-java-common" % "4.2.4.B.0128"

Advertisement