MVN

com.github.binarywang : wx-java-cp-spring-boot-starter

Maven & Gradle

Aug 24, 2023
27.7k stars

WxJava - Spring Boot Starter for WxCp · 微信企业号开发的 Spring Boot Starter

<dependency>
    <groupId>com.github.binarywang</groupId>
    <artifactId>wx-java-cp-spring-boot-starter</artifactId>
    <version>4.5.5.B</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.binarywang : wx-java-cp-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5.5.B

All Versions

Choose a version of com.github.binarywang : wx-java-cp-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5.x
wx-java-cp-spring-boot-starter-4.5.5.B
wx-java-cp-spring-boot-starter-4.5.4.B
wx-java-cp-spring-boot-starter-4.5.3.B
wx-java-cp-spring-boot-starter-4.5.2.B
wx-java-cp-spring-boot-starter-4.5.1.B
wx-java-cp-spring-boot-starter-4.5.0
4.4.x
wx-java-cp-spring-boot-starter-4.4.9.B
wx-java-cp-spring-boot-starter-4.4.8.B
wx-java-cp-spring-boot-starter-4.4.7.B
wx-java-cp-spring-boot-starter-4.4.6.B
wx-java-cp-spring-boot-starter-4.4.5.B
wx-java-cp-spring-boot-starter-4.4.4.B
wx-java-cp-spring-boot-starter-4.4.3.B
wx-java-cp-spring-boot-starter-4.4.2.B
wx-java-cp-spring-boot-starter-4.4.1.B
wx-java-cp-spring-boot-starter-4.4.0
4.3.x
wx-java-cp-spring-boot-starter-4.3.9.B
wx-java-cp-spring-boot-starter-4.3.8.B
wx-java-cp-spring-boot-starter-4.3.7.B
wx-java-cp-spring-boot-starter-4.3.6.B
wx-java-cp-spring-boot-starter-4.3.5.B
wx-java-cp-spring-boot-starter-4.3.4.B
wx-java-cp-spring-boot-starter-4.3.3.B
wx-java-cp-spring-boot-starter-4.3.2.B
wx-java-cp-spring-boot-starter-4.3.1.B
wx-java-cp-spring-boot-starter-4.3.0
4.2.x
wx-java-cp-spring-boot-starter-4.2.9.B
wx-java-cp-spring-boot-starter-4.2.8.B
wx-java-cp-spring-boot-starter-4.2.7.B
wx-java-cp-spring-boot-starter-4.2.6.B
wx-java-cp-spring-boot-starter-4.2.5.B
wx-java-cp-spring-boot-starter-4.2.4.B
wx-java-cp-spring-boot-starter-4.2.3.B
wx-java-cp-spring-boot-starter-4.2.2.B

How to add a dependency to Maven

Add the following com.github.binarywang : wx-java-cp-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.binarywang</groupId>
    <artifactId>wx-java-cp-spring-boot-starter</artifactId>
    <version>4.5.5.B</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.binarywang : wx-java-cp-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.github.binarywang:wx-java-cp-spring-boot-starter:4.5.5.B'

Gradle Kotlin DSL: Add the following com.github.binarywang : wx-java-cp-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.binarywang:wx-java-cp-spring-boot-starter:4.5.5.B")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.binarywang : wx-java-cp-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.binarywang" % "wx-java-cp-spring-boot-starter" % "4.5.5.B"