is not current version
Last Version 2.7.1

org.springframework.boot:spring-boot-starter-reactor-netty 2.2.8.RELEASE

Starter for using Reactor Netty as the embedded reactive HTTP server.

Categories

Categories

Spring Boot Container Microservices Net React User Interface Web Frameworks Netty Networking Reactor Reactive libraries
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-reactor-netty
Version

Version

2.2.8.RELEASE
Type

Type

jar

Download spring-boot-starter-reactor-netty 2.2.8.RELEASE


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