MVN

cn.songxinqiang : swagger-spring-boot-starter-ui

Maven & Gradle

Jul 23, 2019

SpringBootSwaggerStarter-UI · 配合在SpringBootSwaggerStarter,这只包含ui文件,在springfox官方提供的原版界面文件基础上修改了显示语言,简化了显示内容。 具体使用请查看:https://my.oschina.net/songxinqiang/blog/1490463

<dependency>
    <groupId>cn.songxinqiang</groupId>
    <artifactId>swagger-spring-boot-starter-ui</artifactId>
    <version>2.1.6.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.songxinqiang : swagger-spring-boot-starter-ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.6.RELEASE

All Versions

Choose a version of cn.songxinqiang : swagger-spring-boot-starter-ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
swagger-spring-boot-starter-ui-2.1.6.RELEASE
swagger-spring-boot-starter-ui-2.1.1.RELEASE
2.0.x
swagger-spring-boot-starter-ui-2.0.5.RELEASE

How to add a dependency to Maven

Add the following cn.songxinqiang : swagger-spring-boot-starter-ui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.songxinqiang</groupId>
    <artifactId>swagger-spring-boot-starter-ui</artifactId>
    <version>2.1.6.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.songxinqiang : swagger-spring-boot-starter-ui gradle dependency to your build.gradle file:

implementation 'cn.songxinqiang:swagger-spring-boot-starter-ui:2.1.6.RELEASE'

Gradle Kotlin DSL: Add the following cn.songxinqiang : swagger-spring-boot-starter-ui gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.songxinqiang:swagger-spring-boot-starter-ui:2.1.6.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.songxinqiang : swagger-spring-boot-starter-ui sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.songxinqiang" % "swagger-spring-boot-starter-ui" % "2.1.6.RELEASE"

Advertisement