Spring WebFlux Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
Spring WebFlux
Copy below Spring WebFlux maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.springframework/spring-webflux -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.2.1.RELEASE</version>
</dependency>
Copy below Spring WebFlux gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.springframework/spring-webflux
compile group: 'org.springframework', name: 'spring-webflux', version: '5.2.1.RELEASE'
https://mvnrepository.com/artifact/org.springframework/spring-webflux
https://mvnrepository.com/artifact/org.springframework/spring-webflux