MVN

com.twitter : netty-http2

Maven & Gradle

Mar 26, 2016

HTTP/2 · HTTP/2 for Netty

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>netty-http2</artifactId>
    <version>0.17.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twitter : netty-http2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17.11

All Versions

Choose a version of com.twitter : netty-http2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17.x
netty-http2-0.17.11
netty-http2-0.17.10
netty-http2-0.17.9
netty-http2-0.17.8
netty-http2-0.17.4
netty-http2-0.17.3
netty-http2-0.17.2
netty-http2-0.17.1
netty-http2-0.17.0

How to add a dependency to Maven

Add the following com.twitter : netty-http2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>netty-http2</artifactId>
    <version>0.17.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twitter : netty-http2 gradle dependency to your build.gradle file:

implementation 'com.twitter:netty-http2:0.17.11'

Gradle Kotlin DSL: Add the following com.twitter : netty-http2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.twitter:netty-http2:0.17.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twitter : netty-http2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twitter" % "netty-http2" % "0.17.11"