is not current version
Last Version 1.7.1

org.ihansen.mbp:swagger-bootstrap-ui 1.6.5

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

org.ihansen.mbp
ArtifactId

ArtifactId

swagger-bootstrap-ui
Version

Version

1.6.5
Type

Type

jar

Download swagger-bootstrap-ui 1.6.5


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