License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
GroupId | GroupIdio.hauer |
ArtifactId | ArtifactIdswagger-spring-boot-starter |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionswagger-spring-boot-starter
Auto configuration for Swagger in Spring Boot Web application
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.hauer/swagger-spring-boot-starter/ -->
<dependency>
<groupId>io.hauer</groupId>
<artifactId>swagger-spring-boot-starter</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.hauer/swagger-spring-boot-starter/
implementation 'io.hauer:swagger-spring-boot-starter:2.0.0'
// https://jarcasting.com/artifacts/io.hauer/swagger-spring-boot-starter/
implementation ("io.hauer:swagger-spring-boot-starter:2.0.0")
'io.hauer:swagger-spring-boot-starter:jar:2.0.0'
<dependency org="io.hauer" name="swagger-spring-boot-starter" rev="2.0.0">
<artifact name="swagger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hauer', module='swagger-spring-boot-starter', version='2.0.0')
)
libraryDependencies += "io.hauer" % "swagger-spring-boot-starter" % "2.0.0"
[io.hauer/swagger-spring-boot-starter "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.1.3.RELEASE |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.21 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.21 |
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-starter-test | jar | 2.1.3.RELEASE |