License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcn.hiboot.mcn |
ArtifactId | ArtifactIdmvc-swagger2 |
Version | Version2.5.3 |
Type | Typejar |
Description |
DescriptionMCN Boot Swagger2
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mvc-swagger2-2.5.3.pom | |
mvc-swagger2-2.5.3.jar | 2 KB |
mvc-swagger2-2.5.3-sources.jar | 1 KB |
mvc-swagger2-2.5.3-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hiboot.mcn/mvc-swagger2/ -->
<dependency>
<groupId>cn.hiboot.mcn</groupId>
<artifactId>mvc-swagger2</artifactId>
<version>2.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hiboot.mcn/mvc-swagger2/
implementation 'cn.hiboot.mcn:mvc-swagger2:2.5.3'
// https://jarcasting.com/artifacts/cn.hiboot.mcn/mvc-swagger2/
implementation ("cn.hiboot.mcn:mvc-swagger2:2.5.3")
'cn.hiboot.mcn:mvc-swagger2:jar:2.5.3'
<dependency org="cn.hiboot.mcn" name="mvc-swagger2" rev="2.5.3">
<artifact name="mvc-swagger2" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hiboot.mcn', module='mvc-swagger2', version='2.5.3')
)
libraryDependencies += "cn.hiboot.mcn" % "mvc-swagger2" % "2.5.3"
[cn.hiboot.mcn/mvc-swagger2 "2.5.3"]
Group / Artifact | Type | Version |
---|---|---|
io.springfox : springfox-swagger2 | jar | 2.9.2 |
io.swagger : swagger-annotations | jar | 1.6.1 |
io.swagger : swagger-models | jar | 1.6.1 |
com.github.xiaoymin : swagger-bootstrap-ui | jar | 1.9.6 |