is not current version
Last Version 1.4

cn.fxbin.swagger:swagger-spring-boot-starter 1.2

springboot starter for swagger

Categories

Categories

Spring Boot Container Microservices Swagger Program Interface REST Frameworks
GroupId

GroupId

cn.fxbin.swagger
ArtifactId

ArtifactId

swagger-spring-boot-starter
Version

Version

1.2
Type

Type

jar

Download swagger-spring-boot-starter 1.2


<!-- https://jarcasting.com/artifacts/cn.fxbin.swagger/swagger-spring-boot-starter/ -->
<dependency>
    <groupId>cn.fxbin.swagger</groupId>
    <artifactId>swagger-spring-boot-starter</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.fxbin.swagger/swagger-spring-boot-starter/
implementation 'cn.fxbin.swagger:swagger-spring-boot-starter:1.2'
// https://jarcasting.com/artifacts/cn.fxbin.swagger/swagger-spring-boot-starter/
implementation ("cn.fxbin.swagger:swagger-spring-boot-starter:1.2")
'cn.fxbin.swagger:swagger-spring-boot-starter:jar:1.2'
<dependency org="cn.fxbin.swagger" name="swagger-spring-boot-starter" rev="1.2">
  <artifact name="swagger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.fxbin.swagger', module='swagger-spring-boot-starter', version='1.2')
)
libraryDependencies += "cn.fxbin.swagger" % "swagger-spring-boot-starter" % "1.2"
[cn.fxbin.swagger/swagger-spring-boot-starter "1.2"]