License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.lichongbing |
ArtifactId | ArtifactIdlswagger |
Last Version | Last Version3.0.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionlswagger
lswagger是为Java MVC框架集成Swagger生成Api文档的增强解决方案,前身是swagger-bootstrap-ui,取名kni4j是希望她能像一把匕首一样小巧,轻量,并且功能强悍!!.
|
Filename | Size |
---|---|
lswagger-3.0.5.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lichongbing/lswagger/ -->
<dependency>
<groupId>com.lichongbing</groupId>
<artifactId>lswagger</artifactId>
<version>3.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lichongbing/lswagger/
implementation 'com.lichongbing:lswagger:3.0.5'
// https://jarcasting.com/artifacts/com.lichongbing/lswagger/
implementation ("com.lichongbing:lswagger:3.0.5")
'com.lichongbing:lswagger:pom:3.0.5'
<dependency org="com.lichongbing" name="lswagger" rev="3.0.5">
<artifact name="lswagger" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lichongbing', module='lswagger', version='3.0.5')
)
libraryDependencies += "com.lichongbing" % "lswagger" % "3.0.5"
[com.lichongbing/lswagger "3.0.5"]