License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.wangyanrui |
ArtifactId | ArtifactIdspring-boot-starter-swagger |
Last Version | Last Version1.0.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-swagger
Swagger Starter
|
<!-- https://jarcasting.com/artifacts/com.github.wangyanrui/spring-boot-starter-swagger/ -->
<dependency>
<groupId>com.github.wangyanrui</groupId>
<artifactId>spring-boot-starter-swagger</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wangyanrui/spring-boot-starter-swagger/
implementation 'com.github.wangyanrui:spring-boot-starter-swagger:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.wangyanrui/spring-boot-starter-swagger/
implementation ("com.github.wangyanrui:spring-boot-starter-swagger:1.0.0.RELEASE")
'com.github.wangyanrui:spring-boot-starter-swagger:jar:1.0.0.RELEASE'
<dependency org="com.github.wangyanrui" name="spring-boot-starter-swagger" rev="1.0.0.RELEASE">
<artifact name="spring-boot-starter-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wangyanrui', module='spring-boot-starter-swagger', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.wangyanrui" % "spring-boot-starter-swagger" % "1.0.0.RELEASE"
[com.github.wangyanrui/spring-boot-starter-swagger "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
io.springfox : springfox-swagger2 | jar | 2.9.2 |
io.springfox : springfox-swagger-ui | jar | 2.9.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.14.RELEASE |
org.springframework.boot : spring-boot-starter Optional | jar | 1.5.14.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.0 |