| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJetty Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаcom.github.nhenneaux.jersey.jetty.http2 |
| Идентификатор | Идентификаторjersey-http2-jetty |
| Последняя версия | Последняя версия1.0.13 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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).
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jersey-http2-jetty-1.0.13.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nhenneaux.jersey.jetty.http2/jersey-http2-jetty/ -->
<dependency>
<groupId>com.github.nhenneaux.jersey.jetty.http2</groupId>
<artifactId>jersey-http2-jetty</artifactId>
<version>1.0.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nhenneaux.jersey.jetty.http2/jersey-http2-jetty/
implementation 'com.github.nhenneaux.jersey.jetty.http2:jersey-http2-jetty:1.0.13'
// https://jarcasting.com/artifacts/com.github.nhenneaux.jersey.jetty.http2/jersey-http2-jetty/
implementation ("com.github.nhenneaux.jersey.jetty.http2:jersey-http2-jetty:1.0.13")
'com.github.nhenneaux.jersey.jetty.http2:jersey-http2-jetty:pom:1.0.13'
<dependency org="com.github.nhenneaux.jersey.jetty.http2" name="jersey-http2-jetty" rev="1.0.13">
<artifact name="jersey-http2-jetty" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nhenneaux.jersey.jetty.http2', module='jersey-http2-jetty', version='1.0.13')
)
libraryDependencies += "com.github.nhenneaux.jersey.jetty.http2" % "jersey-http2-jetty" % "1.0.13"
[com.github.nhenneaux.jersey.jetty.http2/jersey-http2-jetty "1.0.13"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
| org.hamcrest : hamcrest | jar | 2.2 |