License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
GroupId | GroupIdcn.yunlingfly |
ArtifactId | ArtifactIdswagger-spring-boot-starter |
Last Version | Last Version0.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionswagger-spring-boot-starter
Demo project for Spring Boot
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/cn.yunlingfly/swagger-spring-boot-starter/ -->
<dependency>
<groupId>cn.yunlingfly</groupId>
<artifactId>swagger-spring-boot-starter</artifactId>
<version>0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.yunlingfly/swagger-spring-boot-starter/
implementation 'cn.yunlingfly:swagger-spring-boot-starter:0.1-RELEASE'
// https://jarcasting.com/artifacts/cn.yunlingfly/swagger-spring-boot-starter/
implementation ("cn.yunlingfly:swagger-spring-boot-starter:0.1-RELEASE")
'cn.yunlingfly:swagger-spring-boot-starter:jar:0.1-RELEASE'
<dependency org="cn.yunlingfly" name="swagger-spring-boot-starter" rev="0.1-RELEASE">
<artifact name="swagger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.yunlingfly', module='swagger-spring-boot-starter', version='0.1-RELEASE')
)
libraryDependencies += "cn.yunlingfly" % "swagger-spring-boot-starter" % "0.1-RELEASE"
[cn.yunlingfly/swagger-spring-boot-starter "0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.3.RELEASE |
com.alibaba : fastjson | jar | 1.2.10 |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
io.springfox : springfox-swagger2 | jar | 2.8.0 |
io.springfox : springfox-swagger-ui | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.6 |