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://git.oschina.net/xiaoym/swagger-bootstrap-ui
The Apache Software License, Version 2.0
肖玉民
Files download
File Operation
swagger-bootstrap-ui-1.4.jar download
swagger-bootstrap-ui-1.4.pom download
swagger-bootstrap-ui-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.drore.cloud</groupId>
  <artifactId>swagger-bootstrap-ui</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'com.drore.cloud:swagger-bootstrap-ui:1.4'
Gradle Kotlin
implementation("com.drore.cloud:swagger-bootstrap-ui:1.4")
Scala SBT
libraryDependencies += "com.drore.cloud" % "swagger-bootstrap-ui" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.drore.cloud', module='swagger-bootstrap-ui', version='1.4')
)
Apache Ivy
<dependency org="com.drore.cloud" name="swagger-bootstrap-ui" rev="1.4" />
Leiningen
[com.drore.cloud/swagger-bootstrap-ui "1.4"]
Apache Buildr
'com.drore.cloud:swagger-bootstrap-ui:jar:1.4'
Dependencies
The project has no third-party dependencies