<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>6.1.0</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-webflux', version='6.1.0')
)