Download springfox-swagger-ui-2.5.0.jar file - Jar s

Jar examples for s:springfox-swagger-ui

Description

JSON API documentation for spring based applications

You can download jar file springfox-swagger-ui 2.5.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add springfox-swagger-ui-2.5.0.jar to your project.

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

Download

Click the following link to download the jar file.

springfox-swagger-ui-2.5.0-javadoc.jar
springfox-swagger-ui-2.5.0-sources.jar
springfox-swagger-ui-2.5.0.jar
springfox-swagger-ui-2.5.0.pom



Related Tutorials