MVN

com.wuyushuo : spring-wechat-boxes-boot-starter

Maven & Gradle

Aug 03, 2023
1 usages
<dependency>
    <groupId>com.wuyushuo</groupId>
    <artifactId>spring-wechat-boxes-boot-starter</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wuyushuo : spring-wechat-boxes-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of com.wuyushuo : spring-wechat-boxes-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
spring-wechat-boxes-boot-starter-2.0.2
spring-wechat-boxes-boot-starter-2.0.1
spring-wechat-boxes-boot-starter-2.0.0
1.9.x
spring-wechat-boxes-boot-starter-1.9.9
spring-wechat-boxes-boot-starter-1.9.8
spring-wechat-boxes-boot-starter-1.9.7
spring-wechat-boxes-boot-starter-1.9.5
spring-wechat-boxes-boot-starter-1.9.4
spring-wechat-boxes-boot-starter-1.9.3
spring-wechat-boxes-boot-starter-1.9.2
spring-wechat-boxes-boot-starter-1.9.1
spring-wechat-boxes-boot-starter-1.9.0
1.8.x
spring-wechat-boxes-boot-starter-1.8.9
spring-wechat-boxes-boot-starter-1.8.8
spring-wechat-boxes-boot-starter-1.8.7
spring-wechat-boxes-boot-starter-1.8.6
spring-wechat-boxes-boot-starter-1.8.5
spring-wechat-boxes-boot-starter-1.8.4
spring-wechat-boxes-boot-starter-1.8.3
spring-wechat-boxes-boot-starter-1.8.2
spring-wechat-boxes-boot-starter-1.8.1
spring-wechat-boxes-boot-starter-1.8.0
1.7.x
spring-wechat-boxes-boot-starter-1.7.9
spring-wechat-boxes-boot-starter-1.7.8
spring-wechat-boxes-boot-starter-1.7.7
spring-wechat-boxes-boot-starter-1.7.6
spring-wechat-boxes-boot-starter-1.7.5
spring-wechat-boxes-boot-starter-1.7.4
spring-wechat-boxes-boot-starter-1.7.3
spring-wechat-boxes-boot-starter-1.7.2
spring-wechat-boxes-boot-starter-1.7.1
spring-wechat-boxes-boot-starter-1.7.0
1.6.x
spring-wechat-boxes-boot-starter-1.6.9
spring-wechat-boxes-boot-starter-1.6.8
spring-wechat-boxes-boot-starter-1.6.7
spring-wechat-boxes-boot-starter-1.6.6
spring-wechat-boxes-boot-starter-1.6.5
spring-wechat-boxes-boot-starter-1.6.4
spring-wechat-boxes-boot-starter-1.6.3
spring-wechat-boxes-boot-starter-1.6.2
spring-wechat-boxes-boot-starter-1.6.1
spring-wechat-boxes-boot-starter-1.6.0
1.5.x
spring-wechat-boxes-boot-starter-1.5.9
spring-wechat-boxes-boot-starter-1.5.8
spring-wechat-boxes-boot-starter-1.5.7
spring-wechat-boxes-boot-starter-1.5.6
spring-wechat-boxes-boot-starter-1.5.5
spring-wechat-boxes-boot-starter-1.5.4
spring-wechat-boxes-boot-starter-1.5.3
spring-wechat-boxes-boot-starter-1.5.2
spring-wechat-boxes-boot-starter-1.5.1
spring-wechat-boxes-boot-starter-1.5.0
1.4.x
spring-wechat-boxes-boot-starter-1.4.9
spring-wechat-boxes-boot-starter-1.4.8
spring-wechat-boxes-boot-starter-1.4.7
spring-wechat-boxes-boot-starter-1.4.6
spring-wechat-boxes-boot-starter-1.4.5
spring-wechat-boxes-boot-starter-1.4.4
spring-wechat-boxes-boot-starter-1.4.3
spring-wechat-boxes-boot-starter-1.4.2
spring-wechat-boxes-boot-starter-1.4.1
spring-wechat-boxes-boot-starter-1.4.0
1.3.x
spring-wechat-boxes-boot-starter-1.3.9
spring-wechat-boxes-boot-starter-1.3.8
spring-wechat-boxes-boot-starter-1.3.7
spring-wechat-boxes-boot-starter-1.3.6
spring-wechat-boxes-boot-starter-1.3.5
spring-wechat-boxes-boot-starter-1.3.4
spring-wechat-boxes-boot-starter-1.3.3
spring-wechat-boxes-boot-starter-1.3.2
spring-wechat-boxes-boot-starter-1.3.1
spring-wechat-boxes-boot-starter-1.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.wuyushuo</groupId>
    <artifactId>spring-wechat-boxes-boot-starter</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.wuyushuo:spring-wechat-boxes-boot-starter:2.0.2'

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

implementation("com.wuyushuo:spring-wechat-boxes-boot-starter:2.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.wuyushuo" % "spring-wechat-boxes-boot-starter" % "2.0.2"

Advertisement