Download springfox-schema-2.0.3.jar file - Jar s

Jar examples for s:springfox-schema

Description

JSON API documentation for spring based applications

You can download jar file springfox-schema 2.0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add springfox-schema-2.0.3.jar to your project.

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

Download

Click the following link to download the jar file.

springfox-schema-2.0.3-javadoc.jar
springfox-schema-2.0.3-sources.jar
springfox-schema-2.0.3.jar
springfox-schema-2.0.3.pom



Related Tutorials