VertX 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

License

License

Categories

Categories

Swagger Program Interface REST Frameworks
GroupId

GroupId

com.github.phiz71
ArtifactId

ArtifactId

vertx-swagger-parent
Last Version

Last Version

1.6.0
Release Date

Release Date

Type

Type

pom
Description

Description

VertX 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

https://github.com/phiz71/vertx-swagger

Download vertx-swagger-parent

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • modules/vertx-swagger-codegen
  • modules/vertx-swagger-router

Versions

Version
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0