is not current version
Last Version 1.0.3.RELEASE

com.github.jetose:swagger-spring-boot-starter 1.0.0.RELEASE

整合swagger-restful风格的web服务框架

Categories

Categories

Spring Boot Container Microservices Swagger Program Interface REST Frameworks
GroupId

GroupId

com.github.jetose
ArtifactId

ArtifactId

swagger-spring-boot-starter
Version

Version

1.0.0.RELEASE
Type

Type

jar

Download swagger-spring-boot-starter 1.0.0.RELEASE


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