License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
GroupId | GroupIdcom.battcn |
ArtifactId | ArtifactIdswagger-spring-boot |
Last Version | Last Version2.1.5-RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionswagger-spring-boot
基于swagger springfox做的一款扩展工具包
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
swagger-spring-boot-2.1.5-RELEASE.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.battcn/swagger-spring-boot/ -->
<dependency>
<groupId>com.battcn</groupId>
<artifactId>swagger-spring-boot</artifactId>
<version>2.1.5-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.battcn/swagger-spring-boot/
implementation 'com.battcn:swagger-spring-boot:2.1.5-RELEASE'
// https://jarcasting.com/artifacts/com.battcn/swagger-spring-boot/
implementation ("com.battcn:swagger-spring-boot:2.1.5-RELEASE")
'com.battcn:swagger-spring-boot:pom:2.1.5-RELEASE'
<dependency org="com.battcn" name="swagger-spring-boot" rev="2.1.5-RELEASE">
<artifact name="swagger-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.battcn', module='swagger-spring-boot', version='2.1.5-RELEASE')
)
libraryDependencies += "com.battcn" % "swagger-spring-boot" % "2.1.5-RELEASE"
[com.battcn/swagger-spring-boot "2.1.5-RELEASE"]