is not current version
Last Version 1.9.6

com.github.xiaoymin:swagger-bootstrap-ui 1.8.6

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...

Categories

Categories

Swagger Program Interface REST Frameworks
GroupId

GroupId

com.github.xiaoymin
ArtifactId

ArtifactId

swagger-bootstrap-ui
Version

Version

1.8.6
Type

Type

jar

Download swagger-bootstrap-ui 1.8.6


<!-- https://jarcasting.com/artifacts/com.github.xiaoymin/swagger-bootstrap-ui/ -->
<dependency>
    <groupId>com.github.xiaoymin</groupId>
    <artifactId>swagger-bootstrap-ui</artifactId>
    <version>1.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoymin/swagger-bootstrap-ui/
implementation 'com.github.xiaoymin:swagger-bootstrap-ui:1.8.6'
// https://jarcasting.com/artifacts/com.github.xiaoymin/swagger-bootstrap-ui/
implementation ("com.github.xiaoymin:swagger-bootstrap-ui:1.8.6")
'com.github.xiaoymin:swagger-bootstrap-ui:jar:1.8.6'
<dependency org="com.github.xiaoymin" name="swagger-bootstrap-ui" rev="1.8.6">
  <artifact name="swagger-bootstrap-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoymin', module='swagger-bootstrap-ui', version='1.8.6')
)
libraryDependencies += "com.github.xiaoymin" % "swagger-bootstrap-ui" % "1.8.6"
[com.github.xiaoymin/swagger-bootstrap-ui "1.8.6"]