MVN

org.mortbay.jetty.quic.libquiche : jetty-quiche-native

Maven & Gradle

Nov 19, 2021
2 stars

Jetty :: Quiche native library · The Cloudflare Quiche library native builds used by the Jetty project

<dependency>
    <groupId>org.mortbay.jetty.quic.libquiche</groupId>
    <artifactId>jetty-quiche-native</artifactId>
    <version>0.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mortbay.jetty.quic.libquiche : jetty-quiche-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.0

All Versions

Choose a version of org.mortbay.jetty.quic.libquiche : jetty-quiche-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
jetty-quiche-native-0.10.0

How to add a dependency to Maven

Add the following org.mortbay.jetty.quic.libquiche : jetty-quiche-native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mortbay.jetty.quic.libquiche</groupId>
    <artifactId>jetty-quiche-native</artifactId>
    <version>0.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mortbay.jetty.quic.libquiche : jetty-quiche-native gradle dependency to your build.gradle file:

implementation 'org.mortbay.jetty.quic.libquiche:jetty-quiche-native:0.10.0'

Gradle Kotlin DSL: Add the following org.mortbay.jetty.quic.libquiche : jetty-quiche-native gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mortbay.jetty.quic.libquiche:jetty-quiche-native:0.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mortbay.jetty.quic.libquiche : jetty-quiche-native sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mortbay.jetty.quic.libquiche" % "jetty-quiche-native" % "0.10.0"

Advertisement