Download springfox-swagger2-2.6.1.jar file - Jar s

Jar examples for s:springfox-swagger2

Description

JSON API documentation for spring based applications

You can download jar file springfox-swagger2 2.6.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add springfox-swagger2-2.6.1.jar to your project.

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

Download

Click the following link to download the jar file.

springfox-swagger2-2.6.1-javadoc.jar
springfox-swagger2-2.6.1-sources.jar
springfox-swagger2-2.6.1.jar
springfox-swagger2-2.6.1.pom



Related Tutorials