| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSwagger Program Interface REST Frameworks | 
        
| GroupId | GroupIdcom.github.phiz71 | 
    
| ArtifactId | ArtifactIdvertx-swagger-parent | 
    
| Last Version | Last Version1.6.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionVertX Swagger Parent 
            This project aims to provide a code generator based on Swagger to create web server with Vert.X and Vert.X Web.
It contains 2 modules:
 - vertx-swagger-router : a generic Router which can be configured with a swagger definition
 - vertx-swagger-codegen : a library which has to be used with Swagger Codegen Generator 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| vertx-swagger-parent-1.6.0.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.phiz71/vertx-swagger-parent/ -->
<dependency>
    <groupId>com.github.phiz71</groupId>
    <artifactId>vertx-swagger-parent</artifactId>
    <version>1.6.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.phiz71/vertx-swagger-parent/
implementation 'com.github.phiz71:vertx-swagger-parent:1.6.0'
                // https://jarcasting.com/artifacts/com.github.phiz71/vertx-swagger-parent/
implementation ("com.github.phiz71:vertx-swagger-parent:1.6.0")
                'com.github.phiz71:vertx-swagger-parent:pom:1.6.0'
                <dependency org="com.github.phiz71" name="vertx-swagger-parent" rev="1.6.0">
  <artifact name="vertx-swagger-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.phiz71', module='vertx-swagger-parent', version='1.6.0')
)
                libraryDependencies += "com.github.phiz71" % "vertx-swagger-parent" % "1.6.0"
                [com.github.phiz71/vertx-swagger-parent "1.6.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |