| Categories | CategoriesJetty Container Application Servers CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.jetty.http2 | 
| ArtifactId | ArtifactIdhttp2-hpack | 
| Version | Version9.4.41.v20210516 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-hpack/ -->
<dependency>
    <groupId>org.eclipse.jetty.http2</groupId>
    <artifactId>http2-hpack</artifactId>
    <version>9.4.41.v20210516</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-hpack/
implementation 'org.eclipse.jetty.http2:http2-hpack:9.4.41.v20210516'// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-hpack/
implementation ("org.eclipse.jetty.http2:http2-hpack:9.4.41.v20210516")'org.eclipse.jetty.http2:http2-hpack:jar:9.4.41.v20210516'<dependency org="org.eclipse.jetty.http2" name="http2-hpack" rev="9.4.41.v20210516">
  <artifact name="http2-hpack" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jetty.http2', module='http2-hpack', version='9.4.41.v20210516')
)libraryDependencies += "org.eclipse.jetty.http2" % "http2-hpack" % "9.4.41.v20210516"[org.eclipse.jetty.http2/http2-hpack "9.4.41.v20210516"]