Download spring-boot-starter-swagger-1.2.0.RELEASE.jar file - Jar s

Jar examples for s:spring-boot-starter-swagger

Description

Spring Boot?????swagger??????????????????????

You can download jar file spring-boot-starter-swagger 1.2.0.RELEASE in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add spring-boot-starter-swagger-1.2.0.RELEASE.jar to your project.

<dependency>
   <groupId>com.didispace</groupId>
   <artifactId>spring-boot-starter-swagger</artifactId>
   <version>1.2.0.RELEASE</version>
</dependency>
compile group: 'com.didispace', name: 'spring-boot-starter-swagger', version: '1.2.0.RELEASE'
libraryDependencies += "com.didispace" % "spring-boot-starter-swagger" % "1.2.0.RELEASE"
<dependency org="com.didispace" name="spring-boot-starter-swagger" rev="1.2.0.RELEASE"/>
@Grapes(@Grab(group='com.didispace', module='spring-boot-starter-swagger', version='1.2.0.RELEASE'))
'com.didispace:spring-boot-starter-swagger:jar:1.2.0.RELEASE'

Download

Click the following link to download the jar file.

spring-boot-starter-swagger-1.2.0.RELEASE-javadoc.jar
spring-boot-starter-swagger-1.2.0.RELEASE-sources.jar
spring-boot-starter-swagger-1.2.0.RELEASE.jar
spring-boot-starter-swagger-1.2.0.RELEASE.pom



Related Tutorials