is not current version
Last Version 2.0.0

io.hauer:swagger-spring-boot-starter 0.1.0

Autoconfiguration for Swagger in Spring Boot Web application

Categories

Categories

Spring Boot Container Microservices Swagger Program Interface REST Frameworks
GroupId

GroupId

io.hauer
ArtifactId

ArtifactId

swagger-spring-boot-starter
Version

Version

0.1.0
Type

Type

jar

Download swagger-spring-boot-starter 0.1.0


<!-- https://jarcasting.com/artifacts/io.hauer/swagger-spring-boot-starter/ -->
<dependency>
    <groupId>io.hauer</groupId>
    <artifactId>swagger-spring-boot-starter</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.hauer/swagger-spring-boot-starter/
implementation 'io.hauer:swagger-spring-boot-starter:0.1.0'
// https://jarcasting.com/artifacts/io.hauer/swagger-spring-boot-starter/
implementation ("io.hauer:swagger-spring-boot-starter:0.1.0")
'io.hauer:swagger-spring-boot-starter:jar:0.1.0'
<dependency org="io.hauer" name="swagger-spring-boot-starter" rev="0.1.0">
  <artifact name="swagger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hauer', module='swagger-spring-boot-starter', version='0.1.0')
)
libraryDependencies += "io.hauer" % "swagger-spring-boot-starter" % "0.1.0"
[io.hauer/swagger-spring-boot-starter "0.1.0"]