| License |
License |
|---|---|
| GroupId | GroupIdorg.springframework |
| ArtifactId | ArtifactIdspring-webflux |
| Last Version | Last Version5.3.21 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring WebFlux
Spring WebFlux
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-webflux-5.3.21.pom | |
| spring-webflux-5.3.21.jar | 828 KB |
| spring-webflux-5.3.21-sources.jar | 471 KB |
| spring-webflux-5.3.21-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-webflux/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.3.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-webflux/
implementation 'org.springframework:spring-webflux:5.3.21'
// https://jarcasting.com/artifacts/org.springframework/spring-webflux/
implementation ("org.springframework:spring-webflux:5.3.21")
'org.springframework:spring-webflux:jar:5.3.21'
<dependency org="org.springframework" name="spring-webflux" rev="5.3.21">
<artifact name="spring-webflux" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-webflux', version='5.3.21')
)
libraryDependencies += "org.springframework" % "spring-webflux" % "5.3.21"
[org.springframework/spring-webflux "5.3.21"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-beans | jar | 5.3.21 |
| org.springframework : spring-core | jar | 5.3.21 |
| org.springframework : spring-web | jar | 5.3.21 |
| io.projectreactor : reactor-core | jar | 3.4.19 |