Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.sunshinezmh |
ArtifactId | ArtifactIdswagger-spring-boot-starter |
Version | Version0.0.5.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sunshinezmh/swagger-spring-boot-starter/ -->
<dependency>
<groupId>com.github.sunshinezmh</groupId>
<artifactId>swagger-spring-boot-starter</artifactId>
<version>0.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sunshinezmh/swagger-spring-boot-starter/
implementation 'com.github.sunshinezmh:swagger-spring-boot-starter:0.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.github.sunshinezmh/swagger-spring-boot-starter/
implementation ("com.github.sunshinezmh:swagger-spring-boot-starter:0.0.5.RELEASE")
'com.github.sunshinezmh:swagger-spring-boot-starter:jar:0.0.5.RELEASE'
<dependency org="com.github.sunshinezmh" name="swagger-spring-boot-starter" rev="0.0.5.RELEASE">
<artifact name="swagger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sunshinezmh', module='swagger-spring-boot-starter', version='0.0.5.RELEASE')
)
libraryDependencies += "com.github.sunshinezmh" % "swagger-spring-boot-starter" % "0.0.5.RELEASE"
[com.github.sunshinezmh/swagger-spring-boot-starter "0.0.5.RELEASE"]