License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
GroupId | GroupIdio.github.selectorrr |
ArtifactId | ArtifactIdswagger-spring-boot-starter |
Last Version | Last Version1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent POM for Starters
|
<!-- https://jarcasting.com/artifacts/io.github.selectorrr/swagger-spring-boot-starter/ -->
<dependency>
<groupId>io.github.selectorrr</groupId>
<artifactId>swagger-spring-boot-starter</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.selectorrr/swagger-spring-boot-starter/
implementation 'io.github.selectorrr:swagger-spring-boot-starter:1.8'
// https://jarcasting.com/artifacts/io.github.selectorrr/swagger-spring-boot-starter/
implementation ("io.github.selectorrr:swagger-spring-boot-starter:1.8")
'io.github.selectorrr:swagger-spring-boot-starter:jar:1.8'
<dependency org="io.github.selectorrr" name="swagger-spring-boot-starter" rev="1.8">
<artifact name="swagger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.selectorrr', module='swagger-spring-boot-starter', version='1.8')
)
libraryDependencies += "io.github.selectorrr" % "swagger-spring-boot-starter" % "1.8"
[io.github.selectorrr/swagger-spring-boot-starter "1.8"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
io.springfox : springfox-swagger2 | jar | 2.9.2 |
io.springfox : springfox-swagger-ui | jar | 2.9.2 |
org.projectlombok : lombok | jar |