q

qpack

Java implementation of QPack, the Header Compression for HTTP over QUIC as specified by RFC 9204
https://github.com/ptrd/qpack
GNU Lesser General Public License v3
Peter Doornbosch
Files download
File Operation
qpack-1.0.2.jar download
qpack-1.0.2.pom download
qpack-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.kwik</groupId>
  <artifactId>qpack</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'tech.kwik:qpack:1.0.2'
Gradle Kotlin
implementation("tech.kwik:qpack:1.0.2")
Scala SBT
libraryDependencies += "tech.kwik" % "qpack" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='tech.kwik', module='qpack', version='1.0.2')
)
Apache Ivy
<dependency org="tech.kwik" name="qpack" rev="1.0.2" />
Leiningen
[tech.kwik/qpack "1.0.2"]
Apache Buildr
'tech.kwik:qpack:jar:1.0.2'
Dependencies
The project has no third-party dependencies