s

swagger-spring-boot-autoconfigure

The Apache License, Version 2.0
文件下载
文件名 操作
swagger-spring-boot-autoconfigure-1.0.7.jar 下载
swagger-spring-boot-autoconfigure-1.0.7.pom 下载
swagger-spring-boot-autoconfigure-1.0.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.wudgaby.platform</groupId>
  <artifactId>swagger-spring-boot-autoconfigure</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.wudgaby.platform:swagger-spring-boot-autoconfigure:1.0.7'
Gradle Kotlin
implementation("com.wudgaby.platform:swagger-spring-boot-autoconfigure:1.0.7")
Scala SBT
libraryDependencies += "com.wudgaby.platform" % "swagger-spring-boot-autoconfigure" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.wudgaby.platform', module='swagger-spring-boot-autoconfigure', version='1.0.7')
)
Apache Ivy
<dependency org="com.wudgaby.platform" name="swagger-spring-boot-autoconfigure" rev="1.0.7" />
Leiningen
[com.wudgaby.platform/swagger-spring-boot-autoconfigure "1.0.7"]
Apache Buildr
'com.wudgaby.platform:swagger-spring-boot-autoconfigure:jar:1.0.7'