MVN

net.luminis.networking : flupke

Maven & Gradle

Oct 22, 2023
11 stars

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

<dependency>
    <groupId>net.luminis.networking</groupId>
    <artifactId>flupke</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.luminis.networking : flupke to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of net.luminis.networking : flupke to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5
flupke-0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>net.luminis.networking</groupId>
    <artifactId>flupke</artifactId>
    <version>0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.luminis.networking : flupke gradle dependency to your build.gradle file:

implementation 'net.luminis.networking:flupke:0.5'

Gradle Kotlin DSL: Add the following net.luminis.networking : flupke gradle kotlin dependency to your build.gradle.kts file:

implementation("net.luminis.networking:flupke:0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.luminis.networking : flupke sbt scala dependency to your build.sbt file:

libraryDependencies += "net.luminis.networking" % "flupke" % "0.5"