is not current version
Last Version 3.0.5

com.github.shijingsh:knife4j 3.0.4

knife4j是为Java MVC框架集成Swagger生成Api文档的增强解决方案,前身是swagger-bootstrap-ui,取名kni4j是希望她能像一把匕首一样小巧,轻量,并且功能强悍!!.

GroupId

GroupId

com.github.shijingsh
ArtifactId

ArtifactId

knife4j
Version

Version

3.0.4
Type

Type

pom

Download knife4j 3.0.4

Filename Size
knife4j-3.0.4.pom 14 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.shijingsh/knife4j/ -->
<dependency>
    <groupId>com.github.shijingsh</groupId>
    <artifactId>knife4j</artifactId>
    <version>3.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shijingsh/knife4j/
implementation 'com.github.shijingsh:knife4j:3.0.4'
// https://jarcasting.com/artifacts/com.github.shijingsh/knife4j/
implementation ("com.github.shijingsh:knife4j:3.0.4")
'com.github.shijingsh:knife4j:pom:3.0.4'
<dependency org="com.github.shijingsh" name="knife4j" rev="3.0.4">
  <artifact name="knife4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shijingsh', module='knife4j', version='3.0.4')
)
libraryDependencies += "com.github.shijingsh" % "knife4j" % "3.0.4"
[com.github.shijingsh/knife4j "3.0.4"]