MVN

io.helidon.webserver : helidon-webserver-zipkin

Maven & Gradle

Aug 08, 2019
2 usages
2.5k stars

Helidon WebServer Zipkin · The Open Tracing support based on Brave that is a Java implementation of the Zipkin integration.

<dependency>
    <groupId>io.helidon.webserver</groupId>
    <artifactId>helidon-webserver-zipkin</artifactId>
    <version>0.10.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.helidon.webserver : helidon-webserver-zipkin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.6

All Versions

Choose a version of io.helidon.webserver : helidon-webserver-zipkin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
helidon-webserver-zipkin-0.10.6
helidon-webserver-zipkin-0.10.5
helidon-webserver-zipkin-0.10.4
helidon-webserver-zipkin-0.10.3
helidon-webserver-zipkin-0.10.2
helidon-webserver-zipkin-0.10.1
helidon-webserver-zipkin-0.10.0
0.9.x
helidon-webserver-zipkin-0.9.1
helidon-webserver-zipkin-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.helidon.webserver</groupId>
    <artifactId>helidon-webserver-zipkin</artifactId>
    <version>0.10.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.helidon.webserver : helidon-webserver-zipkin gradle dependency to your build.gradle file:

implementation 'io.helidon.webserver:helidon-webserver-zipkin:0.10.6'

Gradle Kotlin DSL: Add the following io.helidon.webserver : helidon-webserver-zipkin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.helidon.webserver:helidon-webserver-zipkin:0.10.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.helidon.webserver : helidon-webserver-zipkin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.helidon.webserver" % "helidon-webserver-zipkin" % "0.10.6"