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://github.com/handosme/Swagger-Bootstrap-UI
The Apache Software License, Version 2.0
肖玉民 handosme
Files download
File Operation
swagger-bootstrap-ui-1.7.1.jar download
swagger-bootstrap-ui-1.7.1.pom download
swagger-bootstrap-ui-1.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ihansen.mbp</groupId>
  <artifactId>swagger-bootstrap-ui</artifactId>
  <version>1.7.1</version>
</dependency>
Gradle Groovy
implementation 'org.ihansen.mbp:swagger-bootstrap-ui:1.7.1'
Gradle Kotlin
implementation("org.ihansen.mbp:swagger-bootstrap-ui:1.7.1")
Scala SBT
libraryDependencies += "org.ihansen.mbp" % "swagger-bootstrap-ui" % "1.7.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ihansen.mbp', module='swagger-bootstrap-ui', version='1.7.1')
)
Apache Ivy
<dependency org="org.ihansen.mbp" name="swagger-bootstrap-ui" rev="1.7.1" />
Leiningen
[org.ihansen.mbp/swagger-bootstrap-ui "1.7.1"]
Apache Buildr
'org.ihansen.mbp:swagger-bootstrap-ui:jar:1.7.1'