License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.cook-r |
ArtifactId | ArtifactIdswagger-spring-boot-starter |
Last Version | Last Version1.0.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionswagger-spring-boot-starter
Demo project for Spring Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.cook-r/swagger-spring-boot-starter/ -->
<dependency>
<groupId>com.github.cook-r</groupId>
<artifactId>swagger-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cook-r/swagger-spring-boot-starter/
implementation 'com.github.cook-r:swagger-spring-boot-starter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.cook-r/swagger-spring-boot-starter/
implementation ("com.github.cook-r:swagger-spring-boot-starter:1.0.0.RELEASE")
'com.github.cook-r:swagger-spring-boot-starter:jar:1.0.0.RELEASE'
<dependency org="com.github.cook-r" name="swagger-spring-boot-starter" rev="1.0.0.RELEASE">
<artifact name="swagger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cook-r', module='swagger-spring-boot-starter', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.cook-r" % "swagger-spring-boot-starter" % "1.0.0.RELEASE"
[com.github.cook-r/swagger-spring-boot-starter "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.1.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.2.1.RELEASE |
com.alibaba : fastjson | jar | 1.2.10 |
org.springframework.boot : spring-boot-starter-web | jar | 2.2.1.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 |