| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHelidon Контейнер Микросервисы CLI Взаимодействие с пользователем Jersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаio.helidon.tracing |
| Идентификатор | Идентификаторhelidon-tracing-jersey-client |
| Последняя версия | Последняя версия3.0.0-M2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHelidon Tracing Jersey Client
Support for propagation of tracing information when
using Jersey Client.
This library can be used with Helidon-SE.
When used with helidon-microprofile-tracing, automated propagation of tracing context is done,
there is no need to configure the client or request in any way.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.helidon.tracing/helidon-tracing-jersey-client/ -->
<dependency>
<groupId>io.helidon.tracing</groupId>
<artifactId>helidon-tracing-jersey-client</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.tracing/helidon-tracing-jersey-client/
implementation 'io.helidon.tracing:helidon-tracing-jersey-client:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.tracing/helidon-tracing-jersey-client/
implementation ("io.helidon.tracing:helidon-tracing-jersey-client:3.0.0-M2")
'io.helidon.tracing:helidon-tracing-jersey-client:jar:3.0.0-M2'
<dependency org="io.helidon.tracing" name="helidon-tracing-jersey-client" rev="3.0.0-M2">
<artifact name="helidon-tracing-jersey-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.tracing', module='helidon-tracing-jersey-client', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.tracing" % "helidon-tracing-jersey-client" % "3.0.0-M2"
[io.helidon.tracing/helidon-tracing-jersey-client "3.0.0-M2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.helidon.common : helidon-common | jar | 3.0.0-M2 |
| io.helidon.tracing : helidon-tracing | jar | 3.0.0-M2 |
| io.helidon.tracing : helidon-tracing-config | jar | 3.0.0-M2 |
| io.helidon.common : helidon-common-context | jar | 3.0.0-M2 |
| io.helidon.webclient : helidon-webclient-jaxrs | jar | 3.0.0-M2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.helidon.jersey : helidon-jersey-client | jar | 3.0.0-M2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.hamcrest : hamcrest-all | jar | 1.3 |