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