Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcn.bywei |
ArtifactId | ArtifactIdswagger-lazydoc |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
swagger-lazydoc-1.0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.bywei/swagger-lazydoc/ -->
<dependency>
<groupId>cn.bywei</groupId>
<artifactId>swagger-lazydoc</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.bywei/swagger-lazydoc/
implementation 'cn.bywei:swagger-lazydoc:1.0.1'
// https://jarcasting.com/artifacts/cn.bywei/swagger-lazydoc/
implementation ("cn.bywei:swagger-lazydoc:1.0.1")
'cn.bywei:swagger-lazydoc:pom:1.0.1'
<dependency org="cn.bywei" name="swagger-lazydoc" rev="1.0.1">
<artifact name="swagger-lazydoc" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.bywei', module='swagger-lazydoc', version='1.0.1')
)
libraryDependencies += "cn.bywei" % "swagger-lazydoc" % "1.0.1"
[cn.bywei/swagger-lazydoc "1.0.1"]