License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdorg.ihansen.mbp |
ArtifactId | ArtifactIdswagger-bootstrap-ui |
Version | Version1.7.1 |
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...
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
swagger-bootstrap-ui-1.7.1.pom | |
swagger-bootstrap-ui-1.7.1.jar | 753 KB |
swagger-bootstrap-ui-1.7.1-sources.jar | 751 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ihansen.mbp/swagger-bootstrap-ui/ -->
<dependency>
<groupId>org.ihansen.mbp</groupId>
<artifactId>swagger-bootstrap-ui</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ihansen.mbp/swagger-bootstrap-ui/
implementation 'org.ihansen.mbp:swagger-bootstrap-ui:1.7.1'
// https://jarcasting.com/artifacts/org.ihansen.mbp/swagger-bootstrap-ui/
implementation ("org.ihansen.mbp:swagger-bootstrap-ui:1.7.1")
'org.ihansen.mbp:swagger-bootstrap-ui:jar:1.7.1'
<dependency org="org.ihansen.mbp" name="swagger-bootstrap-ui" rev="1.7.1">
<artifact name="swagger-bootstrap-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ihansen.mbp', module='swagger-bootstrap-ui', version='1.7.1')
)
libraryDependencies += "org.ihansen.mbp" % "swagger-bootstrap-ui" % "1.7.1"
[org.ihansen.mbp/swagger-bootstrap-ui "1.7.1"]