не последняя версия
Последняя версия 3.0.0-M2

io.helidon.tracing:helidon-tracing-jersey-client 0.11.0

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.

Категории

Категории

Helidon Контейнер Микросервисы CLI Взаимодействие с пользователем Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

io.helidon.tracing
Идентификатор

Идентификатор

helidon-tracing-jersey-client
Версия

Версия

0.11.0
Тип

Тип

jar

Скачать helidon-tracing-jersey-client 0.11.0


<!-- https://jarcasting.com/artifacts/io.helidon.tracing/helidon-tracing-jersey-client/ -->
<dependency>
    <groupId>io.helidon.tracing</groupId>
    <artifactId>helidon-tracing-jersey-client</artifactId>
    <version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.tracing/helidon-tracing-jersey-client/
implementation 'io.helidon.tracing:helidon-tracing-jersey-client:0.11.0'
// https://jarcasting.com/artifacts/io.helidon.tracing/helidon-tracing-jersey-client/
implementation ("io.helidon.tracing:helidon-tracing-jersey-client:0.11.0")
'io.helidon.tracing:helidon-tracing-jersey-client:jar:0.11.0'
<dependency org="io.helidon.tracing" name="helidon-tracing-jersey-client" rev="0.11.0">
  <artifact name="helidon-tracing-jersey-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.tracing', module='helidon-tracing-jersey-client', version='0.11.0')
)
libraryDependencies += "io.helidon.tracing" % "helidon-tracing-jersey-client" % "0.11.0"
[io.helidon.tracing/helidon-tracing-jersey-client "0.11.0"]