| Categories | CategoriesJetty Container Application Servers CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.jetty.http2 | 
| ArtifactId | ArtifactIdhttp2-hpack | 
| Version | Version9.3.29.v20201019 | 
| 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.3.29.v20201019</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-hpack/
implementation 'org.eclipse.jetty.http2:http2-hpack:9.3.29.v20201019'// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-hpack/
implementation ("org.eclipse.jetty.http2:http2-hpack:9.3.29.v20201019")'org.eclipse.jetty.http2:http2-hpack:jar:9.3.29.v20201019'<dependency org="org.eclipse.jetty.http2" name="http2-hpack" rev="9.3.29.v20201019">
  <artifact name="http2-hpack" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jetty.http2', module='http2-hpack', version='9.3.29.v20201019')
)libraryDependencies += "org.eclipse.jetty.http2" % "http2-hpack" % "9.3.29.v20201019"[org.eclipse.jetty.http2/http2-hpack "9.3.29.v20201019"]