| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSwagger Program Interface REST Frameworks | 
        
| GroupId | GroupIdio.github.vamViolet | 
    
| ArtifactId | ArtifactIdswagger-starter | 
    
| Last Version | Last Version1.0.2-RELEASE | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionswagger-starter 
            Integrate swagger-ui by annotation 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/io.github.vamViolet/swagger-starter/ -->
<dependency>
    <groupId>io.github.vamViolet</groupId>
    <artifactId>swagger-starter</artifactId>
    <version>1.0.2-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.vamViolet/swagger-starter/
implementation 'io.github.vamViolet:swagger-starter:1.0.2-RELEASE'
                // https://jarcasting.com/artifacts/io.github.vamViolet/swagger-starter/
implementation ("io.github.vamViolet:swagger-starter:1.0.2-RELEASE")
                'io.github.vamViolet:swagger-starter:jar:1.0.2-RELEASE'
                <dependency org="io.github.vamViolet" name="swagger-starter" rev="1.0.2-RELEASE">
  <artifact name="swagger-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.vamViolet', module='swagger-starter', version='1.0.2-RELEASE')
)
                libraryDependencies += "io.github.vamViolet" % "swagger-starter" % "1.0.2-RELEASE"
                [io.github.vamViolet/swagger-starter "1.0.2-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework : spring-beans | jar | 5.2.22.RELEASE | 
| io.springfox : springfox-swagger2 | jar | 2.9.2 | 
| io.springfox : springfox-swagger-ui | jar | 2.9.2 | 
| org.springframework : spring-context | jar | 5.2.13.RELEASE | 
| com.google.guava : guava | jar | 30.0-jre |