License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.betterJ1995 |
ArtifactId | ArtifactIdswagger-spring-boot-starter |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionswagger-spring-boot-starter
swagger-spring-boot-starter
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.betterJ1995/swagger-spring-boot-starter/ -->
<dependency>
<groupId>com.github.betterJ1995</groupId>
<artifactId>swagger-spring-boot-starter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.betterJ1995/swagger-spring-boot-starter/
implementation 'com.github.betterJ1995:swagger-spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/com.github.betterJ1995/swagger-spring-boot-starter/
implementation ("com.github.betterJ1995:swagger-spring-boot-starter:1.0")
'com.github.betterJ1995:swagger-spring-boot-starter:jar:1.0'
<dependency org="com.github.betterJ1995" name="swagger-spring-boot-starter" rev="1.0">
<artifact name="swagger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.betterJ1995', module='swagger-spring-boot-starter', version='1.0')
)
libraryDependencies += "com.github.betterJ1995" % "swagger-spring-boot-starter" % "1.0"
[com.github.betterJ1995/swagger-spring-boot-starter "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.6.RELEASE |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.0.6.RELEASE |
io.springfox : springfox-swagger2 | jar | 2.9.2 |
com.github.xiaoymin : swagger-bootstrap-ui | jar | 1.8.5 |