is not current version
Last Version 0.17.11

com.twitter:netty-http2 0.17.2

HTTP/2 for Netty

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.twitter
ArtifactId

ArtifactId

netty-http2
Version

Version

0.17.2
Type

Type

jar

Download netty-http2 0.17.2


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