is not current version
Last Version 1.4

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

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.3
Type

Type

jar

Download swagger-spring-boot-starter 1.3


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