MVN

com.github.xiaoyuge5201 : common-spring-boot-starter

Maven & Gradle

Apr 26, 2021

common-spring-boot-starter · sms包含:容联云和阿里云短信;oss包含阿里雲存儲和Minio存储;以及redis组件

<dependency>
    <groupId>com.github.xiaoyuge5201</groupId>
    <artifactId>common-spring-boot-starter</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xiaoyuge5201 : common-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.github.xiaoyuge5201 : common-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
common-spring-boot-starter-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.xiaoyuge5201</groupId>
    <artifactId>common-spring-boot-starter</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.xiaoyuge5201 : common-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.github.xiaoyuge5201:common-spring-boot-starter:1.1'

Gradle Kotlin DSL: Add the following com.github.xiaoyuge5201 : common-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.xiaoyuge5201:common-spring-boot-starter:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.xiaoyuge5201 : common-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.xiaoyuge5201" % "common-spring-boot-starter" % "1.1"