MVN

com.yishuifengxiao.common : common-spring-boot-autoconfigure

Maven & Gradle

Apr 15, 2020
1 usages

common-spring-boot-autoconfigure

<dependency>
    <groupId>com.yishuifengxiao.common</groupId>
    <artifactId>common-spring-boot-autoconfigure</artifactId>
    <version>4.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yishuifengxiao.common : common-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.3

All Versions

Choose a version of com.yishuifengxiao.common : common-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
common-spring-boot-autoconfigure-4.2.3
common-spring-boot-autoconfigure-4.2.2
common-spring-boot-autoconfigure-4.2.1
common-spring-boot-autoconfigure-4.2.0
4.1.x
common-spring-boot-autoconfigure-4.1.3
common-spring-boot-autoconfigure-4.1.2
common-spring-boot-autoconfigure-4.1.1
common-spring-boot-autoconfigure-4.1.0
4.0.x
common-spring-boot-autoconfigure-4.0.0
3.0.x
common-spring-boot-autoconfigure-3.0.0
2.4.x
common-spring-boot-autoconfigure-2.4.4
common-spring-boot-autoconfigure-2.4.2
common-spring-boot-autoconfigure-2.4.1
common-spring-boot-autoconfigure-2.4.0
1.0.x
common-spring-boot-autoconfigure-1.0.2
common-spring-boot-autoconfigure-1.0.1
common-spring-boot-autoconfigure-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.yishuifengxiao.common</groupId>
    <artifactId>common-spring-boot-autoconfigure</artifactId>
    <version>4.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yishuifengxiao.common : common-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'com.yishuifengxiao.common:common-spring-boot-autoconfigure:4.2.3'

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

implementation("com.yishuifengxiao.common:common-spring-boot-autoconfigure:4.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yishuifengxiao.common : common-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yishuifengxiao.common" % "common-spring-boot-autoconfigure" % "4.2.3"