is not current version
Last Version 5.3.21

org.springframework:spring-webflux 5.2.12.RELEASE

Spring WebFlux

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-webflux
Version

Version

5.2.12.RELEASE
Type

Type

jar

Download spring-webflux 5.2.12.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework/spring-webflux/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-webflux</artifactId>
    <version>5.2.12.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-webflux/
implementation 'org.springframework:spring-webflux:5.2.12.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-webflux/
implementation ("org.springframework:spring-webflux:5.2.12.RELEASE")
'org.springframework:spring-webflux:jar:5.2.12.RELEASE'
<dependency org="org.springframework" name="spring-webflux" rev="5.2.12.RELEASE">
  <artifact name="spring-webflux" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-webflux', version='5.2.12.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-webflux" % "5.2.12.RELEASE"
[org.springframework/spring-webflux "5.2.12.RELEASE"]