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