License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.xiaoymin |
ArtifactId | ArtifactIdswagger-bootstrap-ui |
Last Version | Last Version1.9.6 |
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.9.6.pom | |
swagger-bootstrap-ui-1.9.6.jar | 894 KB |
swagger-bootstrap-ui-1.9.6-sources.jar | 868 KB |
swagger-bootstrap-ui-1.9.6-javadoc.jar | 322 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiaoymin/swagger-bootstrap-ui/ -->
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>swagger-bootstrap-ui</artifactId>
<version>1.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoymin/swagger-bootstrap-ui/
implementation 'com.github.xiaoymin:swagger-bootstrap-ui:1.9.6'
// https://jarcasting.com/artifacts/com.github.xiaoymin/swagger-bootstrap-ui/
implementation ("com.github.xiaoymin:swagger-bootstrap-ui:1.9.6")
'com.github.xiaoymin:swagger-bootstrap-ui:jar:1.9.6'
<dependency org="com.github.xiaoymin" name="swagger-bootstrap-ui" rev="1.9.6">
<artifact name="swagger-bootstrap-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoymin', module='swagger-bootstrap-ui', version='1.9.6')
)
libraryDependencies += "com.github.xiaoymin" % "swagger-bootstrap-ui" % "1.9.6"
[com.github.xiaoymin/swagger-bootstrap-ui "1.9.6"]
Group / Artifact | Type | Version |
---|---|---|
org.javassist : javassist | jar | 3.25.0-GA |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 5.1.0.RELEASE |
org.springframework : spring-webmvc | jar | 5.1.0.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
io.springfox : springfox-swagger2 | jar | 2.9.2 |