Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcn.songxinqiang |
ArtifactId | ArtifactIdswagger-spring-boot-starter-ui |
Version | Version2.0.5.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.songxinqiang/swagger-spring-boot-starter-ui/ -->
<dependency>
<groupId>cn.songxinqiang</groupId>
<artifactId>swagger-spring-boot-starter-ui</artifactId>
<version>2.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.songxinqiang/swagger-spring-boot-starter-ui/
implementation 'cn.songxinqiang:swagger-spring-boot-starter-ui:2.0.5.RELEASE'
// https://jarcasting.com/artifacts/cn.songxinqiang/swagger-spring-boot-starter-ui/
implementation ("cn.songxinqiang:swagger-spring-boot-starter-ui:2.0.5.RELEASE")
'cn.songxinqiang:swagger-spring-boot-starter-ui:jar:2.0.5.RELEASE'
<dependency org="cn.songxinqiang" name="swagger-spring-boot-starter-ui" rev="2.0.5.RELEASE">
<artifact name="swagger-spring-boot-starter-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.songxinqiang', module='swagger-spring-boot-starter-ui', version='2.0.5.RELEASE')
)
libraryDependencies += "cn.songxinqiang" % "swagger-spring-boot-starter-ui" % "2.0.5.RELEASE"
[cn.songxinqiang/swagger-spring-boot-starter-ui "2.0.5.RELEASE"]