is not current version
Last Version 1.6.0

com.github.phiz71:vertx-swagger-parent 1.5.0

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

Categories

Categories

Swagger Program Interface REST Frameworks
GroupId

GroupId

com.github.phiz71
ArtifactId

ArtifactId

vertx-swagger-parent
Version

Version

1.5.0
Type

Type

pom

Download vertx-swagger-parent 1.5.0


<!-- https://jarcasting.com/artifacts/com.github.phiz71/vertx-swagger-parent/ -->
<dependency>
    <groupId>com.github.phiz71</groupId>
    <artifactId>vertx-swagger-parent</artifactId>
    <version>1.5.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.phiz71/vertx-swagger-parent/
implementation 'com.github.phiz71:vertx-swagger-parent:1.5.0'
// https://jarcasting.com/artifacts/com.github.phiz71/vertx-swagger-parent/
implementation ("com.github.phiz71:vertx-swagger-parent:1.5.0")
'com.github.phiz71:vertx-swagger-parent:pom:1.5.0'
<dependency org="com.github.phiz71" name="vertx-swagger-parent" rev="1.5.0">
  <artifact name="vertx-swagger-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.phiz71', module='vertx-swagger-parent', version='1.5.0')
)
libraryDependencies += "com.github.phiz71" % "vertx-swagger-parent" % "1.5.0"
[com.github.phiz71/vertx-swagger-parent "1.5.0"]