MVN

com.github.xiaoymin : knife4j-aggregation-spring-boot-starter

Maven & Gradle

Aug 06, 2023
5 usages

微服务聚合中间件starter,基于Servlet体系的Filter技术,实现OpenAPI文档的聚合、文档展示及调试

<dependency>
    <groupId>com.github.xiaoymin</groupId>
    <artifactId>knife4j-aggregation-spring-boot-starter</artifactId>
    <version>4.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xiaoymin : knife4j-aggregation-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0

All Versions

Choose a version of com.github.xiaoymin : knife4j-aggregation-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
knife4j-aggregation-spring-boot-starter-4.3.0
4.2.x
knife4j-aggregation-spring-boot-starter-4.2.0
4.1.x
knife4j-aggregation-spring-boot-starter-4.1.0
4.0.x
knife4j-aggregation-spring-boot-starter-4.0.0
2.0.x
knife4j-aggregation-spring-boot-starter-2.0.9
knife4j-aggregation-spring-boot-starter-2.0.8

How to add a dependency to Maven

Add the following com.github.xiaoymin : knife4j-aggregation-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.xiaoymin</groupId>
    <artifactId>knife4j-aggregation-spring-boot-starter</artifactId>
    <version>4.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.xiaoymin : knife4j-aggregation-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.github.xiaoymin:knife4j-aggregation-spring-boot-starter:4.3.0'

Gradle Kotlin DSL: Add the following com.github.xiaoymin : knife4j-aggregation-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.xiaoymin:knife4j-aggregation-spring-boot-starter:4.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.xiaoymin : knife4j-aggregation-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.xiaoymin" % "knife4j-aggregation-spring-boot-starter" % "4.3.0"