MVN

cn.com.xuxiaowei.boot : spring-boot-starter-wechat-miniprogram

Maven & Gradle

Oct 12, 2022
4 stars

spring-boot-starter-wechat-miniprogram · 支持 OAuth 2.1 JWT 授权的微信小程序开发组件

<dependency>
    <groupId>cn.com.xuxiaowei.boot</groupId>
    <artifactId>spring-boot-starter-wechat-miniprogram</artifactId>
    <version>0.1.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.com.xuxiaowei.boot : spring-boot-starter-wechat-miniprogram to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-M1
  • Latest Alpha: 0.0.3-alpha.1

All Versions

Choose a version of cn.com.xuxiaowei.boot : spring-boot-starter-wechat-miniprogram to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
spring-boot-starter-wechat-miniprogram-0.1.0-M1
0.0.x
spring-boot-starter-wechat-miniprogram-0.0.3-alpha.1
spring-boot-starter-wechat-miniprogram-0.0.2-alpha.1
spring-boot-starter-wechat-miniprogram-0.0.1-alpha.2
spring-boot-starter-wechat-miniprogram-0.0.1-alpha.1

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.com.xuxiaowei.boot</groupId>
    <artifactId>spring-boot-starter-wechat-miniprogram</artifactId>
    <version>0.1.0-M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.com.xuxiaowei.boot : spring-boot-starter-wechat-miniprogram gradle dependency to your build.gradle file:

implementation 'cn.com.xuxiaowei.boot:spring-boot-starter-wechat-miniprogram:0.1.0-M1'

Gradle Kotlin DSL: Add the following cn.com.xuxiaowei.boot : spring-boot-starter-wechat-miniprogram gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.com.xuxiaowei.boot:spring-boot-starter-wechat-miniprogram:0.1.0-M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.com.xuxiaowei.boot : spring-boot-starter-wechat-miniprogram sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.com.xuxiaowei.boot" % "spring-boot-starter-wechat-miniprogram" % "0.1.0-M1"