Categories |
CategoriesHelidon Container Microservices Zipkin Application Testing & Monitoring Application Performance Monitoring (APM) |
---|---|
GroupId | GroupIdio.helidon.webserver |
ArtifactId | ArtifactIdhelidon-webserver-zipkin |
Version | Version0.10.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-zipkin/ -->
<dependency>
<groupId>io.helidon.webserver</groupId>
<artifactId>helidon-webserver-zipkin</artifactId>
<version>0.10.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-zipkin/
implementation 'io.helidon.webserver:helidon-webserver-zipkin:0.10.4'
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-zipkin/
implementation ("io.helidon.webserver:helidon-webserver-zipkin:0.10.4")
'io.helidon.webserver:helidon-webserver-zipkin:jar:0.10.4'
<dependency org="io.helidon.webserver" name="helidon-webserver-zipkin" rev="0.10.4">
<artifact name="helidon-webserver-zipkin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.webserver', module='helidon-webserver-zipkin', version='0.10.4')
)
libraryDependencies += "io.helidon.webserver" % "helidon-webserver-zipkin" % "0.10.4"
[io.helidon.webserver/helidon-webserver-zipkin "0.10.4"]