is not current version
Last Version 1.6.0

com.github.phiz71:vertx-swagger-codegen 1.3.0

A Swagger codegen plugin for Vert.X. Based on the Swagger Router.

Categories

Categories

Swagger Program Interface REST Frameworks
GroupId

GroupId

com.github.phiz71
ArtifactId

ArtifactId

vertx-swagger-codegen
Version

Version

1.3.0
Type

Type

jar

Download vertx-swagger-codegen 1.3.0


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