<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-webflux-core</artifactId>
<version>1.6.3</version>
</dependency>
@Grapes(
@Grab(group='org.springdoc', module='springdoc-openapi-webflux-core', version='1.6.3')
)
<parent> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi</artifactId> <version>1.6.3</version> </parent>
compile
|-- org.springdoc:springdoc-openapi-common
|-- org.springframework:spring-webflux
|-- org.springframework.boot:spring-boot-starter-actuator
test
|-- io.projectreactor.netty:reactor-netty-http
|-- org.springframework.cloud:spring-cloud-starter-function-webflux