| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks | 
| GroupId | GroupIdxyz.lxie | 
| ArtifactId | ArtifactIdspring-boot-starter-swagger | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionspring-boot-starter-swagger spring-boot starter for swagger ui | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/xyz.lxie/spring-boot-starter-swagger/ -->
<dependency>
    <groupId>xyz.lxie</groupId>
    <artifactId>spring-boot-starter-swagger</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/xyz.lxie/spring-boot-starter-swagger/
implementation 'xyz.lxie:spring-boot-starter-swagger:1.0.0'// https://jarcasting.com/artifacts/xyz.lxie/spring-boot-starter-swagger/
implementation ("xyz.lxie:spring-boot-starter-swagger:1.0.0")'xyz.lxie:spring-boot-starter-swagger:jar:1.0.0'<dependency org="xyz.lxie" name="spring-boot-starter-swagger" rev="1.0.0">
  <artifact name="spring-boot-starter-swagger" type="jar" />
</dependency>@Grapes(
@Grab(group='xyz.lxie', module='spring-boot-starter-swagger', version='1.0.0')
)libraryDependencies += "xyz.lxie" % "spring-boot-starter-swagger" % "1.0.0"[xyz.lxie/spring-boot-starter-swagger "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 1.3.5.RELEASE | 
| org.springframework.boot : spring-boot-starter-web | jar | 1.3.5.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.3.5.RELEASE | 
| io.springfox : springfox-swagger2 | jar | 2.4.0 | 
| io.springfox : springfox-swagger-ui | jar | 2.4.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.3.5.RELEASE |