License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.shiqiyue |
ArtifactId | ArtifactIdswagger-bootstrap-ui |
Version | Version1.9.6 |
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...
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
swagger-bootstrap-ui-1.9.6.pom | |
swagger-bootstrap-ui-1.9.6.jar | 1 MB |
swagger-bootstrap-ui-1.9.6-sources.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shiqiyue/swagger-bootstrap-ui/ -->
<dependency>
<groupId>com.github.shiqiyue</groupId>
<artifactId>swagger-bootstrap-ui</artifactId>
<version>1.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shiqiyue/swagger-bootstrap-ui/
implementation 'com.github.shiqiyue:swagger-bootstrap-ui:1.9.6'
// https://jarcasting.com/artifacts/com.github.shiqiyue/swagger-bootstrap-ui/
implementation ("com.github.shiqiyue:swagger-bootstrap-ui:1.9.6")
'com.github.shiqiyue:swagger-bootstrap-ui:jar:1.9.6'
<dependency org="com.github.shiqiyue" name="swagger-bootstrap-ui" rev="1.9.6">
<artifact name="swagger-bootstrap-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shiqiyue', module='swagger-bootstrap-ui', version='1.9.6')
)
libraryDependencies += "com.github.shiqiyue" % "swagger-bootstrap-ui" % "1.9.6"
[com.github.shiqiyue/swagger-bootstrap-ui "1.9.6"]