<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-openapi3-spring-boot-starter</artifactId>
<version>4.3.0</version>
</dependency>
libraryDependencies += "com.github.xiaoymin" % "knife4j-openapi3-spring-boot-starter" % "4.3.0"
@Grapes(
@Grab(group='com.github.xiaoymin', module='knife4j-openapi3-spring-boot-starter', version='4.3.0')
)
<dependency org="com.github.xiaoymin" name="knife4j-openapi3-spring-boot-starter" rev="4.3.0" />
<parent> <groupId>com.github.xiaoymin</groupId> <artifactId>knife4j</artifactId> <version>4.3.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor
|-- com.github.xiaoymin:knife4j-core
|-- com.github.xiaoymin:knife4j-openapi3-ui
|-- org.springdoc:springdoc-openapi-ui
provided