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