MVN

org.playframework.netty : netty-reactive-streams

Maven & Gradle

Oct 06, 2023

Netty Reactive Streams Implementation

<dependency>
    <groupId>org.playframework.netty</groupId>
    <artifactId>netty-reactive-streams</artifactId>
    <version>3.0.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.playframework.netty : netty-reactive-streams to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-M1

All Versions

Choose a version of org.playframework.netty : netty-reactive-streams to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
netty-reactive-streams-3.0.0-M1

How to add a dependency to Maven

Add the following org.playframework.netty : netty-reactive-streams maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.playframework.netty</groupId>
    <artifactId>netty-reactive-streams</artifactId>
    <version>3.0.0-M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.playframework.netty : netty-reactive-streams gradle dependency to your build.gradle file:

implementation 'org.playframework.netty:netty-reactive-streams:3.0.0-M1'

Gradle Kotlin DSL: Add the following org.playframework.netty : netty-reactive-streams gradle kotlin dependency to your build.gradle.kts file:

implementation("org.playframework.netty:netty-reactive-streams:3.0.0-M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.playframework.netty : netty-reactive-streams sbt scala dependency to your build.sbt file:

libraryDependencies += "org.playframework.netty" % "netty-reactive-streams" % "3.0.0-M1"