License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.uhfun |
ArtifactId | ArtifactIdswagger-more-ui |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe tool for automatic generation of dubbo api based on springfox swagger2.
|
Filename | Size |
---|---|
swagger-more-ui-1.0.0.pom | |
swagger-more-ui-1.0.0.jar | 2 MB |
swagger-more-ui-1.0.0-sources.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.uhfun/swagger-more-ui/ -->
<dependency>
<groupId>com.github.uhfun</groupId>
<artifactId>swagger-more-ui</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.uhfun/swagger-more-ui/
implementation 'com.github.uhfun:swagger-more-ui:1.0.0'
// https://jarcasting.com/artifacts/com.github.uhfun/swagger-more-ui/
implementation ("com.github.uhfun:swagger-more-ui:1.0.0")
'com.github.uhfun:swagger-more-ui:jar:1.0.0'
<dependency org="com.github.uhfun" name="swagger-more-ui" rev="1.0.0">
<artifact name="swagger-more-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.uhfun', module='swagger-more-ui', version='1.0.0')
)
libraryDependencies += "com.github.uhfun" % "swagger-more-ui" % "1.0.0"
[com.github.uhfun/swagger-more-ui "1.0.0"]