s

swagger-spring-boot

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