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