| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSwagger Program Interface REST Frameworks | 
        
| GroupId | GroupIdcom.drore.cloud | 
    
| ArtifactId | ArtifactIdswagger-bootstrap-ui | 
    
| Last Version | Last Version1.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionswagger-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... 
         | 
    
| Filename | Size | 
|---|---|
| swagger-bootstrap-ui-1.4.pom | |
| swagger-bootstrap-ui-1.4.jar | 712 KB | 
| swagger-bootstrap-ui-1.4-sources.jar | 710 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.drore.cloud/swagger-bootstrap-ui/ -->
<dependency>
    <groupId>com.drore.cloud</groupId>
    <artifactId>swagger-bootstrap-ui</artifactId>
    <version>1.4</version>
</dependency>
                // https://jarcasting.com/artifacts/com.drore.cloud/swagger-bootstrap-ui/
implementation 'com.drore.cloud:swagger-bootstrap-ui:1.4'
                // https://jarcasting.com/artifacts/com.drore.cloud/swagger-bootstrap-ui/
implementation ("com.drore.cloud:swagger-bootstrap-ui:1.4")
                'com.drore.cloud:swagger-bootstrap-ui:jar:1.4'
                <dependency org="com.drore.cloud" name="swagger-bootstrap-ui" rev="1.4">
  <artifact name="swagger-bootstrap-ui" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.drore.cloud', module='swagger-bootstrap-ui', version='1.4')
)
                libraryDependencies += "com.drore.cloud" % "swagger-bootstrap-ui" % "1.4"
                [com.drore.cloud/swagger-bootstrap-ui "1.4"]