License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.caijh |
ArtifactId | ArtifactIdswagger-spring-boot-starter |
Last Version | Last Version2.1.7.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionswagger-spring-boot-starter
starter for swagger
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.caijh/swagger-spring-boot-starter/ -->
<dependency>
<groupId>com.github.caijh</groupId>
<artifactId>swagger-spring-boot-starter</artifactId>
<version>2.1.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.caijh/swagger-spring-boot-starter/
implementation 'com.github.caijh:swagger-spring-boot-starter:2.1.7.RELEASE'
// https://jarcasting.com/artifacts/com.github.caijh/swagger-spring-boot-starter/
implementation ("com.github.caijh:swagger-spring-boot-starter:2.1.7.RELEASE")
'com.github.caijh:swagger-spring-boot-starter:jar:2.1.7.RELEASE'
<dependency org="com.github.caijh" name="swagger-spring-boot-starter" rev="2.1.7.RELEASE">
<artifact name="swagger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.caijh', module='swagger-spring-boot-starter', version='2.1.7.RELEASE')
)
libraryDependencies += "com.github.caijh" % "swagger-spring-boot-starter" % "2.1.7.RELEASE"
[com.github.caijh/swagger-spring-boot-starter "2.1.7.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.7.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.7.RELEASE |
io.springfox : springfox-swagger2 | jar | 2.9.2 |
io.springfox : springfox-swagger-ui | jar | 2.9.2 |
com.github.xiaoymin : swagger-bootstrap-ui | jar | 1.9.6 |