s

swagger-spring-boot

swagger接口文档-启动器 - DONE
The Apache License, Version 2.0
Files download
File Operation
swagger-spring-boot-1.0.7.pom download
Apache Maven
<dependency>
  <groupId>com.wudgaby.platform</groupId>
  <artifactId>swagger-spring-boot</artifactId>
  <version>1.0.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.wudgaby.platform:swagger-spring-boot:1.0.7'
Gradle Kotlin
implementation("com.wudgaby.platform:swagger-spring-boot:1.0.7")
Scala SBT
libraryDependencies += "com.wudgaby.platform" % "swagger-spring-boot" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.wudgaby.platform', module='swagger-spring-boot', version='1.0.7')
)
Apache Ivy
<dependency org="com.wudgaby.platform" name="swagger-spring-boot" rev="1.0.7" />
Leiningen
[com.wudgaby.platform/swagger-spring-boot "1.0.7"]
Apache Buildr
'com.wudgaby.platform:swagger-spring-boot:jar:1.0.7'