is not current version
Last Version 1.4

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

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

Type

jar

Download swagger-bootstrap-ui 1.0


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