is not current version
Last Version 0.3.6

com.zopa:ktor-opentracing 0.1.0

Ktor features for OpenTracing instrumentation.

GroupId

GroupId

com.zopa
ArtifactId

ArtifactId

ktor-opentracing
Version

Version

0.1.0
Type

Type

jar

Download ktor-opentracing 0.1.0


<!-- https://jarcasting.com/artifacts/com.zopa/ktor-opentracing/ -->
<dependency>
    <groupId>com.zopa</groupId>
    <artifactId>ktor-opentracing</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zopa/ktor-opentracing/
implementation 'com.zopa:ktor-opentracing:0.1.0'
// https://jarcasting.com/artifacts/com.zopa/ktor-opentracing/
implementation ("com.zopa:ktor-opentracing:0.1.0")
'com.zopa:ktor-opentracing:jar:0.1.0'
<dependency org="com.zopa" name="ktor-opentracing" rev="0.1.0">
  <artifact name="ktor-opentracing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zopa', module='ktor-opentracing', version='0.1.0')
)
libraryDependencies += "com.zopa" % "ktor-opentracing" % "0.1.0"
[com.zopa/ktor-opentracing "0.1.0"]