License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices CLI User Interface Jersey Program Interface REST Frameworks |
GroupId | GroupIdio.helidon.tracing |
ArtifactId | ArtifactIdhelidon-tracing-jersey-client |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
io.helidon.jersey : helidon-jersey-client | jar | 3.0.0-M2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |