Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcn.weiguangfu |
ArtifactId | ArtifactIdspringfox-swagger2-plus |
Version | Version2.7.0-1-beta1 |
Type | Typepom |
Filename | Size |
---|---|
springfox-swagger2-plus-2.7.0-1-beta1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.weiguangfu/springfox-swagger2-plus/ -->
<dependency>
<groupId>cn.weiguangfu</groupId>
<artifactId>springfox-swagger2-plus</artifactId>
<version>2.7.0-1-beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.weiguangfu/springfox-swagger2-plus/
implementation 'cn.weiguangfu:springfox-swagger2-plus:2.7.0-1-beta1'
// https://jarcasting.com/artifacts/cn.weiguangfu/springfox-swagger2-plus/
implementation ("cn.weiguangfu:springfox-swagger2-plus:2.7.0-1-beta1")
'cn.weiguangfu:springfox-swagger2-plus:pom:2.7.0-1-beta1'
<dependency org="cn.weiguangfu" name="springfox-swagger2-plus" rev="2.7.0-1-beta1">
<artifact name="springfox-swagger2-plus" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.weiguangfu', module='springfox-swagger2-plus', version='2.7.0-1-beta1')
)
libraryDependencies += "cn.weiguangfu" % "springfox-swagger2-plus" % "2.7.0-1-beta1"
[cn.weiguangfu/springfox-swagger2-plus "2.7.0-1-beta1"]