Download swagger-models-2.0.0-rc4.jar file - Jar s

Jar examples for s:swagger-models

Description

This project integrates swagger with the Spring Web MVC framework

You can download jar file swagger-models 2.0.0-rc4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add swagger-models-2.0.0-rc4.jar to your project.

<dependency>
   <groupId>io.swagger.core.v3</groupId>
   <artifactId>swagger-models</artifactId>
   <version>2.0.0-rc4</version>
</dependency>
compile group: 'io.swagger.core.v3', name: 'swagger-models', version: '2.0.0-rc4'
libraryDependencies += "io.swagger.core.v3" % "swagger-models" % "2.0.0-rc4"
<dependency org="io.swagger.core.v3" name="swagger-models" rev="2.0.0-rc4"/>
@Grapes(@Grab(group='io.swagger.core.v3', module='swagger-models', version='2.0.0-rc4'))
'io.swagger.core.v3:swagger-models:jar:2.0.0-rc4'

Download

Click the following link to download the jar file.

swagger-models-2.0.0-rc4-javadoc.jar
swagger-models-2.0.0-rc4-sources.jar
swagger-models-2.0.0-rc4.jar
swagger-models-2.0.0-rc4.pom



Related Tutorials