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