Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIdnetty-http2 |
Version | Version0.17.10 |
Type | Typejar |
Filename | Size |
---|---|
netty-http2-0.17.10.pom | |
netty-http2-0.17.10.jar | 84 KB |
netty-http2-0.17.10-sources.jar | 59 KB |
netty-http2-0.17.10-javadoc.jar | 211 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/netty-http2/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>netty-http2</artifactId>
<version>0.17.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/netty-http2/
implementation 'com.twitter:netty-http2:0.17.10'
// https://jarcasting.com/artifacts/com.twitter/netty-http2/
implementation ("com.twitter:netty-http2:0.17.10")
'com.twitter:netty-http2:jar:0.17.10'
<dependency org="com.twitter" name="netty-http2" rev="0.17.10">
<artifact name="netty-http2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='netty-http2', version='0.17.10')
)
libraryDependencies += "com.twitter" % "netty-http2" % "0.17.10"
[com.twitter/netty-http2 "0.17.10"]