k

knife4j

knife4j是为Java MVC框架集成Swagger生成Api文档的增强解决方案,前身是swagger-bootstrap-ui,取名kni4j是希望她能像一把匕首一样小巧,轻量,并且功能强悍!!.
https://gitee.com/xiaoym/knife4j
The Apache Software License, Version 2.0
liukefu
文件下载
文件名 操作
knife4j-3.0.4.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.shijingsh</groupId>
  <artifactId>knife4j</artifactId>
  <version>3.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.shijingsh:knife4j:3.0.4'
Gradle Kotlin
implementation("com.github.shijingsh:knife4j:3.0.4")
Scala SBT
libraryDependencies += "com.github.shijingsh" % "knife4j" % "3.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shijingsh', module='knife4j', version='3.0.4')
)
Apache Ivy
<dependency org="com.github.shijingsh" name="knife4j" rev="3.0.4" />
Leiningen
[com.github.shijingsh/knife4j "3.0.4"]
Apache Buildr
'com.github.shijingsh:knife4j:jar:3.0.4'
本项目依赖
该项目无第三方依赖