License |
License |
---|---|
Categories |
CategoriesNet React User Interface Web Frameworks Netty Networking Reactive Streams Container Microservices Reactive libraries |
GroupId | GroupIdcom.typesafe.netty |
ArtifactId | ArtifactIdnetty-reactive-streams |
Last Version | Last Version2.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNetty Reactive Streams Implementation
Reactive streams implementation for Netty.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.typesafe.netty/netty-reactive-streams/ -->
<dependency>
<groupId>com.typesafe.netty</groupId>
<artifactId>netty-reactive-streams</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.netty/netty-reactive-streams/
implementation 'com.typesafe.netty:netty-reactive-streams:2.0.6'
// https://jarcasting.com/artifacts/com.typesafe.netty/netty-reactive-streams/
implementation ("com.typesafe.netty:netty-reactive-streams:2.0.6")
'com.typesafe.netty:netty-reactive-streams:jar:2.0.6'
<dependency org="com.typesafe.netty" name="netty-reactive-streams" rev="2.0.6">
<artifact name="netty-reactive-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.netty', module='netty-reactive-streams', version='2.0.6')
)
libraryDependencies += "com.typesafe.netty" % "netty-reactive-streams" % "2.0.6"
[com.typesafe.netty/netty-reactive-streams "2.0.6"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-handler | jar | 4.1.75.Final |
org.reactivestreams : reactive-streams | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.reactivestreams : reactive-streams-tck | jar | 1.0.3 |
org.testng : testng | jar | 7.5 |