MVN

tech.kwik : flupke

Maven & Gradle

Nov 17, 2023
11 stars

Flupke · Java implementation of HTTP3 (RFC 9114): generic client / client library and HTTP3 server plugin for Kwik.

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

Latest Version

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

  • Latest Stable: 0.5.2

All Versions

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

Version Vulnerabilities Updated
0.5.x
flupke-0.5.2

How to add a dependency to Maven

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

<dependency>
    <groupId>tech.kwik</groupId>
    <artifactId>flupke</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tech.kwik:flupke:0.5.2'

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

implementation("tech.kwik:flupke:0.5.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "tech.kwik" % "flupke" % "0.5.2"