<dependency>
<groupId>io.projectreactor.spring</groupId>
<artifactId>reactor-spring-webmvc</artifactId>
<version>2.0.4.RELEASE</version>
</dependency>
libraryDependencies += "io.projectreactor.spring" % "reactor-spring-webmvc" % "2.0.4.RELEASE"
@Grapes(
@Grab(group='io.projectreactor.spring', module='reactor-spring-webmvc', version='2.0.4.RELEASE')
)
<dependency org="io.projectreactor.spring" name="reactor-spring-webmvc" rev="2.0.4.RELEASE" />