MVN

com.github.nhenneaux.jersey.jetty.http2 : jersey-http2-jetty

Maven & Gradle

Aug 17, 2023
14 stars

JAX-RS HTTP/2 example for Java 8+ · JAX-RS (Jersey implementation) HTTP/2 with TLS client and server implementation with JSON parsing using Jackson and Jetty HTTP server/client. a new class JettyHttp2Connector is implemented based on the corresponding JettyConnector using HTTP/1.1 client (Inspired from https://stackoverflow.com/questions/40280843/use-http-2-with-jax-rs-client).

<dependency>
    <groupId>com.github.nhenneaux.jersey.jetty.http2</groupId>
    <artifactId>jersey-http2-jetty</artifactId>
    <version>1.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nhenneaux.jersey.jetty.http2 : jersey-http2-jetty to add to Maven - Latest Versions:

  • Latest Stable: 1.0.17

All Versions

Choose a version of com.github.nhenneaux.jersey.jetty.http2 : jersey-http2-jetty to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
jersey-http2-jetty-1.0.17
jersey-http2-jetty-1.0.16
jersey-http2-jetty-1.0.15
jersey-http2-jetty-1.0.14
jersey-http2-jetty-1.0.13
jersey-http2-jetty-1.0.12
jersey-http2-jetty-1.0.11
jersey-http2-jetty-1.0.10
jersey-http2-jetty-1.0.8
jersey-http2-jetty-1.0.7
jersey-http2-jetty-1.0.6
jersey-http2-jetty-1.0.5
jersey-http2-jetty-1.0.4
jersey-http2-jetty-1.0.3
jersey-http2-jetty-1.0.2
jersey-http2-jetty-1.0.1
jersey-http2-jetty-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.nhenneaux.jersey.jetty.http2</groupId>
    <artifactId>jersey-http2-jetty</artifactId>
    <version>1.0.17</version>
</dependency>