| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSwagger Program Interface REST Frameworks Bootique User Interface Web Frameworks | 
        
| GroupId | GroupIdio.bootique.swagger | 
    
| ArtifactId | ArtifactIdbootique-swagger-parent | 
    
| Last Version | Last Version2.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionbootique-swagger-parent: Parent of Bootique Swagger integration modules 
            Stores common developments and deployment settings for Bootique standard modules. 
         | 
    
| Project Organization | 
                    Project OrganizationObjectStyle LLC | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| bootique-swagger-parent-2.0.1.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.bootique.swagger/bootique-swagger-parent/ -->
<dependency>
    <groupId>io.bootique.swagger</groupId>
    <artifactId>bootique-swagger-parent</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.bootique.swagger/bootique-swagger-parent/
implementation 'io.bootique.swagger:bootique-swagger-parent:2.0.1'
                // https://jarcasting.com/artifacts/io.bootique.swagger/bootique-swagger-parent/
implementation ("io.bootique.swagger:bootique-swagger-parent:2.0.1")
                'io.bootique.swagger:bootique-swagger-parent:pom:2.0.1'
                <dependency org="io.bootique.swagger" name="bootique-swagger-parent" rev="2.0.1">
  <artifact name="bootique-swagger-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.bootique.swagger', module='bootique-swagger-parent', version='2.0.1')
)
                libraryDependencies += "io.bootique.swagger" % "bootique-swagger-parent" % "2.0.1"
                [io.bootique.swagger/bootique-swagger-parent "2.0.1"]