is not current version
Last Version 1.4

com.drore.cloud:swagger-bootstrap-ui 1.3

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.drore.cloud
ArtifactId

ArtifactId

swagger-bootstrap-ui
Version

Version

1.3
Type

Type

jar

Download swagger-bootstrap-ui 1.3


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