Categories |
CategoriesNet React User Interface Web Frameworks Netty Networking Reactive Streams Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.typesafe.netty |
ArtifactId | ArtifactIdnetty-reactive-streams-http |
Version | Version1.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typesafe.netty/netty-reactive-streams-http/ -->
<dependency>
<groupId>com.typesafe.netty</groupId>
<artifactId>netty-reactive-streams-http</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.netty/netty-reactive-streams-http/
implementation 'com.typesafe.netty:netty-reactive-streams-http:1.0.7'
// https://jarcasting.com/artifacts/com.typesafe.netty/netty-reactive-streams-http/
implementation ("com.typesafe.netty:netty-reactive-streams-http:1.0.7")
'com.typesafe.netty:netty-reactive-streams-http:jar:1.0.7'
<dependency org="com.typesafe.netty" name="netty-reactive-streams-http" rev="1.0.7">
<artifact name="netty-reactive-streams-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.netty', module='netty-reactive-streams-http', version='1.0.7')
)
libraryDependencies += "com.typesafe.netty" % "netty-reactive-streams-http" % "1.0.7"
[com.typesafe.netty/netty-reactive-streams-http "1.0.7"]