License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.taccisum |
ArtifactId | ArtifactIdswagger-spring-boot2-starter |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSwagger Spring Boot2 Starter
spring boot starter for springfox-swagger2
|
<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taccisum/swagger-spring-boot2-starter/
implementation 'com.github.taccisum:swagger-spring-boot2-starter:1.0.2'
// https://jarcasting.com/artifacts/com.github.taccisum/swagger-spring-boot2-starter/
implementation ("com.github.taccisum:swagger-spring-boot2-starter:1.0.2")
'com.github.taccisum:swagger-spring-boot2-starter:jar:1.0.2'
<dependency org="com.github.taccisum" name="swagger-spring-boot2-starter" rev="1.0.2">
<artifact name="swagger-spring-boot2-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taccisum', module='swagger-spring-boot2-starter', version='1.0.2')
)
libraryDependencies += "com.github.taccisum" % "swagger-spring-boot2-starter" % "1.0.2"
[com.github.taccisum/swagger-spring-boot2-starter "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.taccisum : springfox-swagger-configurer | jar | 1.0.2 |
org.springframework.boot : spring-boot-starter-web | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |