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

Jar examples for s:swagger-codegen-cli

Description

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials