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