Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIdnetty-http2 |
Version | Version0.17.3 |
Type | Typejar |
Filename | Size |
---|---|
netty-http2-0.17.3.pom | |
netty-http2-0.17.3.jar | 87 KB |
netty-http2-0.17.3-sources.jar | 61 KB |
netty-http2-0.17.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/netty-http2/
implementation 'com.twitter:netty-http2:0.17.3'
// https://jarcasting.com/artifacts/com.twitter/netty-http2/
implementation ("com.twitter:netty-http2:0.17.3")
'com.twitter:netty-http2:jar:0.17.3'
<dependency org="com.twitter" name="netty-http2" rev="0.17.3">
<artifact name="netty-http2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='netty-http2', version='0.17.3')
)
libraryDependencies += "com.twitter" % "netty-http2" % "0.17.3"
[com.twitter/netty-http2 "0.17.3"]