MVN

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

Maven & Gradle

Jul 18, 2023
4 usages
3k stars

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.

<dependency>
    <groupId>io.helidon.tracing</groupId>
    <artifactId>helidon-tracing-jersey-client</artifactId>
    <version>4.0.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.helidon.tracing : helidon-tracing-jersey-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-M1
  • Latest Release Candidate: 3.0.0-RC2
  • Latest Alpha: 4.0.0-ALPHA6

All Versions

Choose a version of io.helidon.tracing : helidon-tracing-jersey-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
helidon-tracing-jersey-client-4.0.0-M1
helidon-tracing-jersey-client-4.0.0-ALPHA6
helidon-tracing-jersey-client-4.0.0-ALPHA5
helidon-tracing-jersey-client-4.0.0-ALPHA4
helidon-tracing-jersey-client-4.0.0-ALPHA3
helidon-tracing-jersey-client-4.0.0-ALPHA2
helidon-tracing-jersey-client-4.0.0-ALPHA1
3.2.x
helidon-tracing-jersey-client-3.2.2
helidon-tracing-jersey-client-3.2.1
helidon-tracing-jersey-client-3.2.0
3.1.x
helidon-tracing-jersey-client-3.1.2
helidon-tracing-jersey-client-3.1.1
helidon-tracing-jersey-client-3.1.0
3.0.x
helidon-tracing-jersey-client-3.0.2
helidon-tracing-jersey-client-3.0.1
helidon-tracing-jersey-client-3.0.0
helidon-tracing-jersey-client-3.0.0-RC2
helidon-tracing-jersey-client-3.0.0-RC1
helidon-tracing-jersey-client-3.0.0-M2
helidon-tracing-jersey-client-3.0.0-M1
2.6.x
helidon-tracing-jersey-client-2.6.2
helidon-tracing-jersey-client-2.6.1
helidon-tracing-jersey-client-2.6.0
2.5.x
helidon-tracing-jersey-client-2.5.6
helidon-tracing-jersey-client-2.5.5
helidon-tracing-jersey-client-2.5.4
helidon-tracing-jersey-client-2.5.3
helidon-tracing-jersey-client-2.5.2
helidon-tracing-jersey-client-2.5.1
helidon-tracing-jersey-client-2.5.0
2.4.x
helidon-tracing-jersey-client-2.4.2
helidon-tracing-jersey-client-2.4.1
helidon-tracing-jersey-client-2.4.0
2.3.x
helidon-tracing-jersey-client-2.3.4
helidon-tracing-jersey-client-2.3.3
helidon-tracing-jersey-client-2.3.2
helidon-tracing-jersey-client-2.3.1
helidon-tracing-jersey-client-2.3.0
2.2.x
helidon-tracing-jersey-client-2.2.2
helidon-tracing-jersey-client-2.2.1
helidon-tracing-jersey-client-2.2.0
2.1.x
helidon-tracing-jersey-client-2.1.0
2.0.x
helidon-tracing-jersey-client-2.0.2
helidon-tracing-jersey-client-2.0.1
helidon-tracing-jersey-client-2.0.0
helidon-tracing-jersey-client-2.0.0-RC2
helidon-tracing-jersey-client-2.0.0-RC1
helidon-tracing-jersey-client-2.0.0-M4
helidon-tracing-jersey-client-2.0.0-M3
helidon-tracing-jersey-client-2.0.0-M2
helidon-tracing-jersey-client-2.0.0-M1
1.4.x
helidon-tracing-jersey-client-1.4.13
helidon-tracing-jersey-client-1.4.12
helidon-tracing-jersey-client-1.4.11
helidon-tracing-jersey-client-1.4.10
helidon-tracing-jersey-client-1.4.9
helidon-tracing-jersey-client-1.4.8
helidon-tracing-jersey-client-1.4.7
helidon-tracing-jersey-client-1.4.6
helidon-tracing-jersey-client-1.4.5
helidon-tracing-jersey-client-1.4.4
helidon-tracing-jersey-client-1.4.3
helidon-tracing-jersey-client-1.4.2
helidon-tracing-jersey-client-1.4.1
helidon-tracing-jersey-client-1.4.0
1.3.x
helidon-tracing-jersey-client-1.3.1
helidon-tracing-jersey-client-1.3.0
1.2.x
helidon-tracing-jersey-client-1.2.1
helidon-tracing-jersey-client-1.2.0
1.1.x
helidon-tracing-jersey-client-1.1.2
helidon-tracing-jersey-client-1.1.1
helidon-tracing-jersey-client-1.1.0
1.0.x
helidon-tracing-jersey-client-1.0.3
helidon-tracing-jersey-client-1.0.2
helidon-tracing-jersey-client-1.0.1
helidon-tracing-jersey-client-1.0.0
0.11.x
helidon-tracing-jersey-client-0.11.1
helidon-tracing-jersey-client-0.11.0

How to add a dependency to Maven

Add the following io.helidon.tracing : helidon-tracing-jersey-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.helidon.tracing</groupId>
    <artifactId>helidon-tracing-jersey-client</artifactId>
    <version>4.0.0-M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.helidon.tracing : helidon-tracing-jersey-client gradle dependency to your build.gradle file:

implementation 'io.helidon.tracing:helidon-tracing-jersey-client:4.0.0-M1'

Gradle Kotlin DSL: Add the following io.helidon.tracing : helidon-tracing-jersey-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.helidon.tracing:helidon-tracing-jersey-client:4.0.0-M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.helidon.tracing : helidon-tracing-jersey-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.helidon.tracing" % "helidon-tracing-jersey-client" % "4.0.0-M1"

Advertisement

Dependencies from Group

Jul 18, 2023
11 usages
3k stars
Jul 18, 2023
9 usages
3k stars
Jul 18, 2023
5 usages
3k stars
Jul 18, 2023
4 usages
3k stars
Jul 18, 2023
4 usages
3k stars

Discover Dependencies

Jul 14, 2023
4 usages
Jun 05, 2021
1 usages
0 stars
May 23, 2023
4 usages
7 stars
Jul 11, 2023
2 usages
Feb 09, 2021
2 usages
2.5k stars
Feb 09, 2021
1 usages
2.5k stars
Jan 03, 2023
1 usages
6 stars
May 26, 2023
1 usages
108 stars