| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJetty Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаcom.github.nhenneaux.jersey.jetty.http2 |
| Идентификатор | Идентификаторjersey-http2-jetty-bundle |
| Последняя версия | Последняя версия1.0.13 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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).
|
<!-- https://jarcasting.com/artifacts/com.github.nhenneaux.jersey.jetty.http2/jersey-http2-jetty-bundle/ -->
<dependency>
<groupId>com.github.nhenneaux.jersey.jetty.http2</groupId>
<artifactId>jersey-http2-jetty-bundle</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nhenneaux.jersey.jetty.http2/jersey-http2-jetty-bundle/
implementation 'com.github.nhenneaux.jersey.jetty.http2:jersey-http2-jetty-bundle:1.0.13'
// https://jarcasting.com/artifacts/com.github.nhenneaux.jersey.jetty.http2/jersey-http2-jetty-bundle/
implementation ("com.github.nhenneaux.jersey.jetty.http2:jersey-http2-jetty-bundle:1.0.13")
'com.github.nhenneaux.jersey.jetty.http2:jersey-http2-jetty-bundle:jar:1.0.13'
<dependency org="com.github.nhenneaux.jersey.jetty.http2" name="jersey-http2-jetty-bundle" rev="1.0.13">
<artifact name="jersey-http2-jetty-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nhenneaux.jersey.jetty.http2', module='jersey-http2-jetty-bundle', version='1.0.13')
)
libraryDependencies += "com.github.nhenneaux.jersey.jetty.http2" % "jersey-http2-jetty-bundle" % "1.0.13"
[com.github.nhenneaux.jersey.jetty.http2/jersey-http2-jetty-bundle "1.0.13"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.nhenneaux.jersey.jetty.http2 : jersey-http2-jetty-connector | jar | 1.0.13 |
| org.eclipse.jetty.http2 : http2-server | jar | 9.4.45.v20220203 |
| org.eclipse.jetty : jetty-alpn-server | jar | 9.4.45.v20220203 |
| org.eclipse.jetty : jetty-servlet | jar | 9.4.45.v20220203 |
| org.glassfish.jersey.containers : jersey-container-servlet-core | jar | 2.35 |
| org.glassfish.jersey.inject : jersey-cdi2-se | jar | 2.35 |
| jakarta.annotation : jakarta.annotation-api | jar | 1.3.5 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.1 |
| org.glassfish : jakarta.el | jar | 3.0.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| jakarta.el : jakarta.el-api | jar | 3.0.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
| org.hamcrest : hamcrest | jar | 2.2 |