MVN

tech.kwik : qpack

Maven & Gradle

Nov 07, 2023
1 stars

QPack · Java implementation of QPack, the Header Compression for HTTP over QUIC as specified by RFC 9204

<dependency>
    <groupId>tech.kwik</groupId>
    <artifactId>qpack</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.kwik : qpack to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of tech.kwik : qpack to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
qpack-1.0.2

How to add a dependency to Maven

Add the following tech.kwik : qpack maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.kwik</groupId>
    <artifactId>qpack</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.kwik : qpack gradle dependency to your build.gradle file:

implementation 'tech.kwik:qpack:1.0.2'

Gradle Kotlin DSL: Add the following tech.kwik : qpack gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.kwik:qpack:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.kwik : qpack sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.kwik" % "qpack" % "1.0.2"