| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers CLI User Interface |
| GroupId | GroupIdorg.eclipse.jetty.http2 |
| ArtifactId | ArtifactIdhttp2-hpack |
| Last Version | Last Version11.0.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJetty :: HTTP2 :: HPACK
The Eclipse Jetty Project
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| http2-hpack-11.0.11.pom | |
| http2-hpack-11.0.11.jar | 50 KB |
| http2-hpack-11.0.11-sources.jar | 35 KB |
| http2-hpack-11.0.11-javadoc.jar | 477 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-hpack/ -->
<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-hpack</artifactId>
<version>11.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-hpack/
implementation 'org.eclipse.jetty.http2:http2-hpack:11.0.11'
// https://jarcasting.com/artifacts/org.eclipse.jetty.http2/http2-hpack/
implementation ("org.eclipse.jetty.http2:http2-hpack:11.0.11")
'org.eclipse.jetty.http2:http2-hpack:jar:11.0.11'
<dependency org="org.eclipse.jetty.http2" name="http2-hpack" rev="11.0.11">
<artifact name="http2-hpack" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.http2', module='http2-hpack', version='11.0.11')
)
libraryDependencies += "org.eclipse.jetty.http2" % "http2-hpack" % "11.0.11"
[org.eclipse.jetty.http2/http2-hpack "11.0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty : jetty-util | jar | 11.0.11 |
| org.eclipse.jetty : jetty-http | jar | 11.0.11 |
| org.eclipse.jetty : jetty-io | jar | 11.0.11 |
| org.slf4j : slf4j-api | jar | 2.0.0-alpha6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty.tests » jetty-http-tools | jar | 11.0.11 |
| org.eclipse.jetty : jetty-slf4j-impl | jar | 11.0.11 |
| org.eclipse.jetty.toolchain : jetty-test-helper | jar | 5.9 |
| org.eclipse.jetty : jetty-util-ajax | jar | 11.0.11 |
| org.junit.jupiter : junit-jupiter | jar |