License |
License |
---|---|
Categories |
CategoriesNet Swagger Program Interface REST Frameworks |
GroupId | GroupIdnet.ifok.swagger |
ArtifactId | ArtifactIdswagger-ui-parent |
Last Version | Last Version2.0.8 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionswagger-ui-parent
swagger-ui is an extended swagger ui implementation based on the springfox interface,It is modified from the ui part of the project https://gitee.com/xiaoym/knife4j.
|
Filename | Size |
---|---|
swagger-ui-parent-2.0.8.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.ifok.swagger/swagger-ui-parent/ -->
<dependency>
<groupId>net.ifok.swagger</groupId>
<artifactId>swagger-ui-parent</artifactId>
<version>2.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.ifok.swagger/swagger-ui-parent/
implementation 'net.ifok.swagger:swagger-ui-parent:2.0.8'
// https://jarcasting.com/artifacts/net.ifok.swagger/swagger-ui-parent/
implementation ("net.ifok.swagger:swagger-ui-parent:2.0.8")
'net.ifok.swagger:swagger-ui-parent:pom:2.0.8'
<dependency org="net.ifok.swagger" name="swagger-ui-parent" rev="2.0.8">
<artifact name="swagger-ui-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.ifok.swagger', module='swagger-ui-parent', version='2.0.8')
)
libraryDependencies += "net.ifok.swagger" % "swagger-ui-parent" % "2.0.8"
[net.ifok.swagger/swagger-ui-parent "2.0.8"]