MVN

com.github.binarywang : weixin-java-channel

Maven & Gradle

Aug 24, 2023

WxJava - Channel Java SDK · 微信视频号 Java SDK

<dependency>
    <groupId>com.github.binarywang</groupId>
    <artifactId>weixin-java-channel</artifactId>
    <version>4.5.5.B</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.binarywang : weixin-java-channel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5.5.B

All Versions

Choose a version of com.github.binarywang : weixin-java-channel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5.x
weixin-java-channel-4.5.5.B
weixin-java-channel-4.5.4.B
weixin-java-channel-4.5.3.B
weixin-java-channel-4.5.2.B
weixin-java-channel-4.5.1.B

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.binarywang</groupId>
    <artifactId>weixin-java-channel</artifactId>
    <version>4.5.5.B</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.binarywang : weixin-java-channel gradle dependency to your build.gradle file:

implementation 'com.github.binarywang:weixin-java-channel:4.5.5.B'

Gradle Kotlin DSL: Add the following com.github.binarywang : weixin-java-channel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.binarywang:weixin-java-channel:4.5.5.B")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.binarywang : weixin-java-channel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.binarywang" % "weixin-java-channel" % "4.5.5.B"

Advertisement