MVN

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

Maven & Gradle

Apr 09, 2019
1 usages

swagger-spring-boot-autoconfigure

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

Latest Version

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

  • Latest Stable: 2.3.2

All Versions

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

Version Vulnerabilities Updated
2.3.x
swagger-spring-boot-autoconfigure-2.3.2
swagger-spring-boot-autoconfigure-2.3.1
swagger-spring-boot-autoconfigure-2.3.0
2.2.x
swagger-spring-boot-autoconfigure-2.2.0
2.1.x
swagger-spring-boot-autoconfigure-2.1.0
2.0.x
swagger-spring-boot-autoconfigure-2.0.3
swagger-spring-boot-autoconfigure-2.0.2
swagger-spring-boot-autoconfigure-2.0.1
swagger-spring-boot-autoconfigure-2.0.0
1.2.x
swagger-spring-boot-autoconfigure-1.2.0
1.1.x
swagger-spring-boot-autoconfigure-1.1.0
1.0.x
swagger-spring-boot-autoconfigure-1.0.4
swagger-spring-boot-autoconfigure-1.0.3-GA
swagger-spring-boot-autoconfigure-1.0.3
swagger-spring-boot-autoconfigure-1.0.2
swagger-spring-boot-autoconfigure-1.0.1
swagger-spring-boot-autoconfigure-1.0.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.yishuifengxiao.common:swagger-spring-boot-autoconfigure:2.3.2'

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

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

How to add a dependency to SBT Scala

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

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