MVN

dev.macula.boot : macula-boot-starter-wechat

Maven & Gradle

Apr 24, 2024
<dependency>
    <groupId>dev.macula.boot</groupId>
    <artifactId>macula-boot-starter-wechat</artifactId>
    <version>5.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.macula.boot : macula-boot-starter-wechat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.7

All Versions

Choose a version of dev.macula.boot : macula-boot-starter-wechat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
macula-boot-starter-wechat-5.0.7

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.macula.boot</groupId>
    <artifactId>macula-boot-starter-wechat</artifactId>
    <version>5.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.macula.boot : macula-boot-starter-wechat gradle dependency to your build.gradle file:

implementation 'dev.macula.boot:macula-boot-starter-wechat:5.0.7'

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

implementation("dev.macula.boot:macula-boot-starter-wechat:5.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.macula.boot : macula-boot-starter-wechat sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.macula.boot" % "macula-boot-starter-wechat" % "5.0.7"