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