Download swagger-codegen-cli-2.2.0.jar file - Jar s

Jar examples for s:swagger-codegen-cli

Description

You can download jar file swagger-codegen-cli 2.2.0 in this page.

Build File

You can use the following script to add swagger-codegen-cli-2.2.0.jar to your project.

<dependency>
   <groupId>io.swagger</groupId>
   <artifactId>swagger-codegen-cli</artifactId>
   <version>2.2.0</version>
</dependency>
compile group: 'io.swagger', name: 'swagger-codegen-cli', version: '2.2.0'
libraryDependencies += "io.swagger" % "swagger-codegen-cli" % "2.2.0"
<dependency org="io.swagger" name="swagger-codegen-cli" rev="2.2.0"/>
@Grapes(@Grab(group='io.swagger', module='swagger-codegen-cli', version='2.2.0'))
'io.swagger:swagger-codegen-cli:jar:2.2.0'

Download

Click the following link to download the jar file.

swagger-codegen-cli-2.2.0-javadoc.jar
swagger-codegen-cli-2.2.0-sources.jar
swagger-codegen-cli-2.2.0.jar
swagger-codegen-cli-2.2.0.pom



Related Tutorials