Download springfox-core-2.9.1.jar file - Jar s

Jar examples for s:springfox-core

Description

JSON API documentation for spring based applications

You can download jar file springfox-core 2.9.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add springfox-core-2.9.1.jar to your project.

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

Download

Click the following link to download the jar file.

springfox-core-2.9.1-javadoc.jar
springfox-core-2.9.1-sources.jar
springfox-core-2.9.1.jar
springfox-core-2.9.1.pom



Related Tutorials