License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIdnetty-http2 |
Last Version | Last Version0.17.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTTP/2
HTTP/2 for Netty
|
Project URL |
Project URL |
Filename | Size |
---|---|
netty-http2-0.17.11.pom | |
netty-http2-0.17.11.jar | 87 KB |
netty-http2-0.17.11-sources.jar | 61 KB |
netty-http2-0.17.11-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/netty-http2/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>netty-http2</artifactId>
<version>0.17.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/netty-http2/
implementation 'com.twitter:netty-http2:0.17.11'
// https://jarcasting.com/artifacts/com.twitter/netty-http2/
implementation ("com.twitter:netty-http2:0.17.11")
'com.twitter:netty-http2:jar:0.17.11'
<dependency org="com.twitter" name="netty-http2" rev="0.17.11">
<artifact name="netty-http2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='netty-http2', version='0.17.11')
)
libraryDependencies += "com.twitter" % "netty-http2" % "0.17.11"
[com.twitter/netty-http2 "0.17.11"]
Group / Artifact | Type | Version |
---|---|---|
com.twitter : hpack | jar | 1.0.2 |
io.netty : netty-codec-http | jar | 4.1.0.CR4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.9.5 |