k

knife4j

knife4j是为Java MVC框架集成Swagger生成Api文档的增强解决方案,前身是swagger-bootstrap-ui,取名kni4j是希望她能像一把匕首一样小巧,轻量,并且功能强悍!!.
https://gitee.com/xiaoym/knife4j
The Apache Software License, Version 2.0
liukefu
Files download
File Operation
knife4j-3.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.shijingsh</groupId>
  <artifactId>knife4j</artifactId>
  <version>3.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.shijingsh:knife4j:3.1.0'
Gradle Kotlin
implementation("com.github.shijingsh:knife4j:3.1.0")
Scala SBT
libraryDependencies += "com.github.shijingsh" % "knife4j" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shijingsh', module='knife4j', version='3.1.0')
)
Apache Ivy
<dependency org="com.github.shijingsh" name="knife4j" rev="3.1.0" />
Leiningen
[com.github.shijingsh/knife4j "3.1.0"]
Apache Buildr
'com.github.shijingsh:knife4j:jar:3.1.0'
Dependencies
The project has no third-party dependencies