| License |
License |
|---|---|
| Categories |
CategoriesNet Netty Networking |
| GroupId | GroupIdio.netty |
| ArtifactId | ArtifactIdnetty-codec-http2 |
| Last Version | Last Version5.0.0.Alpha2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNetty/Codec/HTTP2
Netty is an asynchronous event-driven network application framework for
rapid development of maintainable high performance protocol servers and
clients.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.netty/netty-codec-http2/ -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>5.0.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty-codec-http2/
implementation 'io.netty:netty-codec-http2:5.0.0.Alpha2'
// https://jarcasting.com/artifacts/io.netty/netty-codec-http2/
implementation ("io.netty:netty-codec-http2:5.0.0.Alpha2")
'io.netty:netty-codec-http2:jar:5.0.0.Alpha2'
<dependency org="io.netty" name="netty-codec-http2" rev="5.0.0.Alpha2">
<artifact name="netty-codec-http2" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty-codec-http2', version='5.0.0.Alpha2')
)
libraryDependencies += "io.netty" % "netty-codec-http2" % "5.0.0.Alpha2"
[io.netty/netty-codec-http2 "5.0.0.Alpha2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-codec-http | jar | 5.0.0.Alpha2 |
| io.netty : netty-handler | jar | 5.0.0.Alpha2 |
| com.twitter : hpack | jar | 0.10.1 |
| com.jcraft : jzlib Optional | jar | 1.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.javassist : javassist | jar | 3.19.0-GA |
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.easymock : easymock | jar | 3.2 |
| org.easymock : easymockclassextension | jar | 3.2 |
| org.jmock : jmock-junit4 | jar | 2.6.0 |
| org.mockito : mockito-core | jar | 1.10.8 |
| ch.qos.logback : logback-classic | jar | 1.0.13 |