MVN

net.jlxxw : wechat-spring-boot-starter

Maven & Gradle

Apr 23, 2023
41 stars

wechat-spring-boot-starter · 微信公众号快速开发组件

<dependency>
    <groupId>net.jlxxw</groupId>
    <artifactId>wechat-spring-boot-starter</artifactId>
    <version>1.0.2.20230423</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.jlxxw : wechat-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2.20230423

All Versions

Choose a version of net.jlxxw : wechat-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
wechat-spring-boot-starter-1.0.2.20230423
wechat-spring-boot-starter-1.0.2.20230414
wechat-spring-boot-starter-1.0.2.20230413
wechat-spring-boot-starter-1.0.2.20230407
wechat-spring-boot-starter-1.0.2.20221212
wechat-spring-boot-starter-1.0.2.20221122
wechat-spring-boot-starter-1.0.2.20221019
wechat-spring-boot-starter-1.0.2.20220826
wechat-spring-boot-starter-1.0.2.20220822
wechat-spring-boot-starter-1.0.2.20220725
wechat-spring-boot-starter-1.0.2.20220107
wechat-spring-boot-starter-1.0.1.20211227
wechat-spring-boot-starter-1.0.1.20211221
wechat-spring-boot-starter-1.0.1.20211219
wechat-spring-boot-starter-1.0.1.20211206
wechat-spring-boot-starter-1.0.1.20211123

How to add a dependency to Maven

Add the following net.jlxxw : wechat-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.jlxxw</groupId>
    <artifactId>wechat-spring-boot-starter</artifactId>
    <version>1.0.2.20230423</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.jlxxw : wechat-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'net.jlxxw:wechat-spring-boot-starter:1.0.2.20230423'

Gradle Kotlin DSL: Add the following net.jlxxw : wechat-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("net.jlxxw:wechat-spring-boot-starter:1.0.2.20230423")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.jlxxw : wechat-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "net.jlxxw" % "wechat-spring-boot-starter" % "1.0.2.20230423"