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