<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-hpack</artifactId>
<version>10.0.22</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.http2', module='http2-hpack', version='10.0.22')
)
<parent> <groupId>org.eclipse.jetty.http2</groupId> <artifactId>http2-parent</artifactId> <version>10.0.22</version> </parent>
compile
|-- org.eclipse.jetty:jetty-http
|-- org.eclipse.jetty:jetty-io
|-- org.eclipse.jetty:jetty-util
test
|-- org.eclipse.jetty:jetty-slf4j-impl
|-- org.eclipse.jetty:jetty-util-ajax