swagger-spring-boot-starter

Auto configuration for Swagger in Spring Boot Web application

License

License

Categories

Categories

Spring Boot Container Microservices Swagger Program Interface REST Frameworks
GroupId

GroupId

io.hauer
ArtifactId

ArtifactId

swagger-spring-boot-starter
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

swagger-spring-boot-starter
Auto configuration for Swagger in Spring Boot Web application
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/swagger-spring-boot-starter
Source Code Management

Source Code Management

https://github.com/hauer-io/swagger-spring-boot-starter.git

Download swagger-spring-boot-starter

How to add to project

<!-- 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"]

Dependencies

compile (6)

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

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.3.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.1.0
1.0.0
0.3.0
0.2.0
0.1.0