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