Download springfox-swagger-common-2.0.2.jar file - Jar s

Jar examples for s:springfox-swagger-common

Description

JSON API documentation for spring based applications

You can download jar file springfox-swagger-common 2.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add springfox-swagger-common-2.0.2.jar to your project.

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

Download

Click the following link to download the jar file.

springfox-swagger-common-2.0.2.jar
springfox-swagger-common-2.0.2-javadoc.jar
springfox-swagger-common-2.0.2.pom
springfox-swagger-common-2.0.2-sources.jar



Related Tutorials