Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcn.fxbin.swagger |
ArtifactId | ArtifactIdswagger-spring-boot-starter |
Version | Version1.2 |
Type | Typejar |
<!-- 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"]