is not current version
Last Version 2.0.1-RELEASE

com.beelego:spring-boot-starter-swagger 1.0.1

starter of swagger2, optional todoc file

Categories

Categories

Spring Boot Container Microservices Swagger Program Interface REST Frameworks
GroupId

GroupId

com.beelego
ArtifactId

ArtifactId

spring-boot-starter-swagger
Version

Version

1.0.1
Type

Type

jar

Download spring-boot-starter-swagger 1.0.1


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