Download springfox-swagger-common-2.7.0.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.7.0 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.7.0.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials