MVN

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

Maven & Gradle

Oct 17, 2022
2 usages
2 stars

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

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

Latest Version

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

  • Latest Stable: 0.16.0

All Versions

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

Version Vulnerabilities Updated
0.16.x
jetty-quiche-native-0.16.0
0.15.x
jetty-quiche-native-0.15.0
0.13.x
jetty-quiche-native-0.13.0
0.12.x
jetty-quiche-native-0.12.0
0.11.x
jetty-quiche-native-0.11.0.2
jetty-quiche-native-0.11.0.1
jetty-quiche-native-0.11.0
jetty-quiche-native-0.11.0b
jetty-quiche-native-0.11.0a
0.10.x
jetty-quiche-native-0.10.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mortbay.jetty.quiche</groupId>
    <artifactId>jetty-quiche-native</artifactId>
    <version>0.16.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mortbay.jetty.quiche:jetty-quiche-native:0.16.0'

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

implementation("org.mortbay.jetty.quiche:jetty-quiche-native:0.16.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mortbay.jetty.quiche" % "jetty-quiche-native" % "0.16.0"

Advertisement