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