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-parent |
Last Version | Last Version2.0.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionNetty Reactive Streams Parent POM
Reactive streams implementation for Netty.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
netty-reactive-streams-parent-2.0.6.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.netty/netty-reactive-streams-parent/ -->
<dependency>
<groupId>com.typesafe.netty</groupId>
<artifactId>netty-reactive-streams-parent</artifactId>
<version>2.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.netty/netty-reactive-streams-parent/
implementation 'com.typesafe.netty:netty-reactive-streams-parent:2.0.6'
// https://jarcasting.com/artifacts/com.typesafe.netty/netty-reactive-streams-parent/
implementation ("com.typesafe.netty:netty-reactive-streams-parent:2.0.6")
'com.typesafe.netty:netty-reactive-streams-parent:pom:2.0.6'
<dependency org="com.typesafe.netty" name="netty-reactive-streams-parent" rev="2.0.6">
<artifact name="netty-reactive-streams-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.netty', module='netty-reactive-streams-parent', version='2.0.6')
)
libraryDependencies += "com.typesafe.netty" % "netty-reactive-streams-parent" % "2.0.6"
[com.typesafe.netty/netty-reactive-streams-parent "2.0.6"]