License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
GroupId | GroupIdcn.fxbin.swagger |
ArtifactId | ArtifactIdswagger-spring-boot-starter |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionswagger-spring-boot-starter
springboot starter for swagger
|
Source Code Management |
Source Code Management |
<!-- 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.fxbin.swagger/swagger-spring-boot-starter/
implementation 'cn.fxbin.swagger:swagger-spring-boot-starter:1.4'
// https://jarcasting.com/artifacts/cn.fxbin.swagger/swagger-spring-boot-starter/
implementation ("cn.fxbin.swagger:swagger-spring-boot-starter:1.4")
'cn.fxbin.swagger:swagger-spring-boot-starter:jar:1.4'
<dependency org="cn.fxbin.swagger" name="swagger-spring-boot-starter" rev="1.4">
<artifact name="swagger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.fxbin.swagger', module='swagger-spring-boot-starter', version='1.4')
)
libraryDependencies += "cn.fxbin.swagger" % "swagger-spring-boot-starter" % "1.4"
[cn.fxbin.swagger/swagger-spring-boot-starter "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
com.github.xiaoymin : knife4j-spring-boot-starter | jar | |
org.springframework.cloud : spring-cloud-gateway-server Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-commons | jar | |
org.springframework : spring-webmvc | jar | |
org.springframework : spring-webflux | jar | |
org.projectlombok : lombok | jar |