MVN

cn.xphsc.boot : web-spring-boot-autoconfigure

Maven & Gradle

Apr 24, 2023
1 usages
3 stars

web Spring Boot AutoConfigure 高度扩展组件

<dependency>
    <groupId>cn.xphsc.boot</groupId>
    <artifactId>web-spring-boot-autoconfigure</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.xphsc.boot : web-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8
  • Latest Release Candidate: 1.0.0-RC

All Versions

Choose a version of cn.xphsc.boot : web-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
web-spring-boot-autoconfigure-1.1.8
web-spring-boot-autoconfigure-1.1.7
web-spring-boot-autoconfigure-1.1.6
web-spring-boot-autoconfigure-1.1.5
web-spring-boot-autoconfigure-1.1.4
web-spring-boot-autoconfigure-1.1.3
web-spring-boot-autoconfigure-1.1.2
web-spring-boot-autoconfigure-1.1.1
web-spring-boot-autoconfigure-1.1.0
1.0.x
web-spring-boot-autoconfigure-1.0.8
web-spring-boot-autoconfigure-1.0.7
web-spring-boot-autoconfigure-1.0.6
web-spring-boot-autoconfigure-1.0.5
web-spring-boot-autoconfigure-1.0.4
web-spring-boot-autoconfigure-1.0.3
web-spring-boot-autoconfigure-1.0.2
web-spring-boot-autoconfigure-1.0.1
web-spring-boot-autoconfigure-1.0.0
web-spring-boot-autoconfigure-1.0.0-RC

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.xphsc.boot</groupId>
    <artifactId>web-spring-boot-autoconfigure</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.xphsc.boot : web-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'cn.xphsc.boot:web-spring-boot-autoconfigure:1.1.8'

Gradle Kotlin DSL: Add the following cn.xphsc.boot : web-spring-boot-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.xphsc.boot:web-spring-boot-autoconfigure:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.xphsc.boot : web-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.xphsc.boot" % "web-spring-boot-autoconfigure" % "1.1.8"

Advertisement