is not current version
Last Version 5.0.0.Alpha2

io.netty:netty-codec-http2 4.1.72.Final


Categories

Categories

Net Netty Networking
GroupId

GroupId

io.netty
ArtifactId

ArtifactId

netty-codec-http2
Version

Version

4.1.72.Final
Type

Type

jar

Download netty-codec-http2 4.1.72.Final


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