mantou-common
馒头的公共组件库
| License |
License |
|---|---|
| Categories |
CategoriesSwagger Program Interface REST Frameworks |
| GroupId | GroupIdcom.github.chinayinman |
| ArtifactId | ArtifactIdcommon-swagger-ui |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommon-swagger-ui
Swagger Bootstrap UI
|
| Filename | Size |
|---|---|
| common-swagger-ui-0.0.2.pom | |
| common-swagger-ui-0.0.2.jar | 15 KB |
| common-swagger-ui-0.0.2-sources.jar | 5 KB |
| common-swagger-ui-0.0.2-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.chinayinman/common-swagger-ui/ -->
<dependency>
<groupId>com.github.chinayinman</groupId>
<artifactId>common-swagger-ui</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chinayinman/common-swagger-ui/
implementation 'com.github.chinayinman:common-swagger-ui:0.0.2'
// https://jarcasting.com/artifacts/com.github.chinayinman/common-swagger-ui/
implementation ("com.github.chinayinman:common-swagger-ui:0.0.2")
'com.github.chinayinman:common-swagger-ui:jar:0.0.2'
<dependency org="com.github.chinayinman" name="common-swagger-ui" rev="0.0.2">
<artifact name="common-swagger-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chinayinman', module='common-swagger-ui', version='0.0.2')
)
libraryDependencies += "com.github.chinayinman" % "common-swagger-ui" % "0.0.2"
[com.github.chinayinman/common-swagger-ui "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.springfox : springfox-swagger2 | jar | 2.9.2 |
| io.swagger : swagger-models | jar | 1.5.21 |
| com.github.xiaoymin : swagger-bootstrap-ui | jar | 1.9.3 |
| org.springframework.boot : spring-boot-starter-web | jar | |
| com.google.guava : guava | jar | 27.0.1-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar |
馒头的公共组件库