| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks | 
        
| GroupId | GroupIdru.mynewtons | 
    
| ArtifactId | ArtifactIdspring-boot-swagger-starter | 
    
| Last Version | Last Version1.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionspring-boot-swagger-starter 
            MyNewtons Swagger starter 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/ru.mynewtons/spring-boot-swagger-starter/ -->
<dependency>
    <groupId>ru.mynewtons</groupId>
    <artifactId>spring-boot-swagger-starter</artifactId>
    <version>1.0.2</version>
</dependency>
                // https://jarcasting.com/artifacts/ru.mynewtons/spring-boot-swagger-starter/
implementation 'ru.mynewtons:spring-boot-swagger-starter:1.0.2'
                // https://jarcasting.com/artifacts/ru.mynewtons/spring-boot-swagger-starter/
implementation ("ru.mynewtons:spring-boot-swagger-starter:1.0.2")
                'ru.mynewtons:spring-boot-swagger-starter:jar:1.0.2'
                <dependency org="ru.mynewtons" name="spring-boot-swagger-starter" rev="1.0.2">
  <artifact name="spring-boot-swagger-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='ru.mynewtons', module='spring-boot-swagger-starter', version='1.0.2')
)
                libraryDependencies += "ru.mynewtons" % "spring-boot-swagger-starter" % "1.0.2"
                [ru.mynewtons/spring-boot-swagger-starter "1.0.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 1.5.10.RELEASE | 
| org.springframework.boot : spring-boot-starter | jar | 1.5.10.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.10.RELEASE | 
| io.springfox : springfox-swagger2 | jar | 2.7.0 | 
| io.springfox : springfox-swagger-ui | jar | 2.7.0 | 
| io.swagger : swagger-annotations | jar | 1.5.17 | 
| org.projectlombok : lombok Optional | jar | 1.16.20 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.10.RELEASE |