License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.phiz71 |
ArtifactId | ArtifactIdvertx-swagger-codegen |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVertX Swagger Codegen
A Swagger codegen plugin for Vert.X. Based on the Swagger Router.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.phiz71/vertx-swagger-codegen/ -->
<dependency>
<groupId>com.github.phiz71</groupId>
<artifactId>vertx-swagger-codegen</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phiz71/vertx-swagger-codegen/
implementation 'com.github.phiz71:vertx-swagger-codegen:1.6.0'
// https://jarcasting.com/artifacts/com.github.phiz71/vertx-swagger-codegen/
implementation ("com.github.phiz71:vertx-swagger-codegen:1.6.0")
'com.github.phiz71:vertx-swagger-codegen:jar:1.6.0'
<dependency org="com.github.phiz71" name="vertx-swagger-codegen" rev="1.6.0">
<artifact name="vertx-swagger-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phiz71', module='vertx-swagger-codegen', version='1.6.0')
)
libraryDependencies += "com.github.phiz71" % "vertx-swagger-codegen" % "1.6.0"
[com.github.phiz71/vertx-swagger-codegen "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.phiz71 : vertx-swagger-router Optional | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
io.swagger : swagger-codegen | jar | 2.2.2 |
Group / Artifact | Type | Version |
---|---|---|
io.swagger : swagger-codegen-cli | jar | 2.2.2 |
junit : junit | jar | 4.12 |