MVN

org.eclipse.jetty.http3 : http3-parent

Maven & Gradle

Apr 11, 2023
3.5k stars

Jetty :: HTTP3

<dependency>
    <groupId>org.eclipse.jetty.http3</groupId>
    <artifactId>http3-parent</artifactId>
    <version>11.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.jetty.http3 : http3-parent to add to Maven - Latest Versions:

  • Latest Stable: 11.0.15

All Versions

Choose a version of org.eclipse.jetty.http3 : http3-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
11.0.x
http3-parent-11.0.15
http3-parent-11.0.14
http3-parent-11.0.13
http3-parent-11.0.12
http3-parent-11.0.11
http3-parent-11.0.10
http3-parent-11.0.9
http3-parent-11.0.8
10.0.x
http3-parent-10.0.15
http3-parent-10.0.14
http3-parent-10.0.13
http3-parent-10.0.12
http3-parent-10.0.11
http3-parent-10.0.10
http3-parent-10.0.9
http3-parent-10.0.8

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.eclipse.jetty.http3</groupId>
    <artifactId>http3-parent</artifactId>
    <version>11.0.15</version>
</dependency>

Advertisement