MVN

xyz.aptx-4869 : wxwork-spring-boot-starter

Maven & Gradle

Aug 20, 2023

WXWORK SPRING BOOT STARTER 1.3.1 · 对接企业微信接口封装服务

<dependency>
    <groupId>xyz.aptx-4869</groupId>
    <artifactId>wxwork-spring-boot-starter</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.aptx-4869 : wxwork-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of xyz.aptx-4869 : wxwork-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
wxwork-spring-boot-starter-1.3.1
1.2.x
wxwork-spring-boot-starter-1.2.9
wxwork-spring-boot-starter-1.2.8
wxwork-spring-boot-starter-1.2.7
wxwork-spring-boot-starter-1.2.6
wxwork-spring-boot-starter-1.2.4
wxwork-spring-boot-starter-1.2.3
wxwork-spring-boot-starter-1.2.2
wxwork-spring-boot-starter-1.2.1
wxwork-spring-boot-starter-1.2.0
1.1.x
wxwork-spring-boot-starter-1.1.9
wxwork-spring-boot-starter-1.1.8
wxwork-spring-boot-starter-1.1.7
wxwork-spring-boot-starter-1.1.6
wxwork-spring-boot-starter-1.1.5
wxwork-spring-boot-starter-1.1.4
wxwork-spring-boot-starter-1.1.1
wxwork-spring-boot-starter-1.1.0
1.0.x
wxwork-spring-boot-starter-1.0.9
wxwork-spring-boot-starter-1.0.8
wxwork-spring-boot-starter-1.0.7
wxwork-spring-boot-starter-1.0.6
wxwork-spring-boot-starter-1.0.5
wxwork-spring-boot-starter-1.0.4
wxwork-spring-boot-starter-1.0.3
wxwork-spring-boot-starter-1.0.2
wxwork-spring-boot-starter-1.0.1
wxwork-spring-boot-starter-1.0.0

How to add a dependency to Maven

Add the following xyz.aptx-4869 : wxwork-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.aptx-4869</groupId>
    <artifactId>wxwork-spring-boot-starter</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.aptx-4869 : wxwork-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'xyz.aptx-4869:wxwork-spring-boot-starter:1.3.1'

Gradle Kotlin DSL: Add the following xyz.aptx-4869 : wxwork-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.aptx-4869:wxwork-spring-boot-starter:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.aptx-4869 : wxwork-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.aptx-4869" % "wxwork-spring-boot-starter" % "1.3.1"

Advertisement