s

swagger-bootstrap-ui

Swagger-Bootstrap-UI is the front of the UI Swagger implementation, using jQuery+bootstrap implementation, the purpose is to replace the default UI Swagger implementation of the Swagger-UI, so that the document is more friendly...
https://gitee.com/shiqiyue/swagger-bootstrap-ui
The Apache Software License, Version 2.0
shiqiyue
文件下载
文件名 操作
swagger-bootstrap-ui-1.9.6.jar 下载
swagger-bootstrap-ui-1.9.6.pom 下载
swagger-bootstrap-ui-1.9.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.shiqiyue</groupId>
  <artifactId>swagger-bootstrap-ui</artifactId>
  <version>1.9.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.shiqiyue:swagger-bootstrap-ui:1.9.6'
Gradle Kotlin
implementation("com.github.shiqiyue:swagger-bootstrap-ui:1.9.6")
Scala SBT
libraryDependencies += "com.github.shiqiyue" % "swagger-bootstrap-ui" % "1.9.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shiqiyue', module='swagger-bootstrap-ui', version='1.9.6')
)
Apache Ivy
<dependency org="com.github.shiqiyue" name="swagger-bootstrap-ui" rev="1.9.6" />
Leiningen
[com.github.shiqiyue/swagger-bootstrap-ui "1.9.6"]
Apache Buildr
'com.github.shiqiyue:swagger-bootstrap-ui:jar:1.9.6'
本项目依赖
该项目无第三方依赖