is not current version
Last Version 0.17.11

com.twitter:netty-http2 0.17.4

HTTP/2 for Netty

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.twitter
ArtifactId

ArtifactId

netty-http2
Version

Version

0.17.4
Type

Type

jar

Download netty-http2 0.17.4


<!-- https://jarcasting.com/artifacts/com.twitter/netty-http2/ -->
<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>netty-http2</artifactId>
    <version>0.17.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/netty-http2/
implementation 'com.twitter:netty-http2:0.17.4'
// https://jarcasting.com/artifacts/com.twitter/netty-http2/
implementation ("com.twitter:netty-http2:0.17.4")
'com.twitter:netty-http2:jar:0.17.4'
<dependency org="com.twitter" name="netty-http2" rev="0.17.4">
  <artifact name="netty-http2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='netty-http2', version='0.17.4')
)
libraryDependencies += "com.twitter" % "netty-http2" % "0.17.4"
[com.twitter/netty-http2 "0.17.4"]