Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIdnetty-http2 |
Version | Version0.17.4 |
Type | Typejar |
Filename | Size |
---|---|
netty-http2-0.17.4.pom | |
netty-http2-0.17.4.jar | 87 KB |
netty-http2-0.17.4-sources.jar | 61 KB |
netty-http2-0.17.4-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.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"]