License |
License |
---|---|
GroupId | GroupIdcom.zopa |
ArtifactId | ArtifactIdktor-opentracing |
Version | Version0.3.3 |
Type | Typejar |
Description |
Descriptionktor-opentracing
Ktor features for OpenTracing instrumentation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ktor-opentracing-0.3.3.pom | |
ktor-opentracing-0.3.3.jar | 45 KB |
ktor-opentracing-0.3.3-sources.jar | 6 KB |
ktor-opentracing-0.3.3-javadoc.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zopa/ktor-opentracing/ -->
<dependency>
<groupId>com.zopa</groupId>
<artifactId>ktor-opentracing</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.zopa/ktor-opentracing/
implementation 'com.zopa:ktor-opentracing:0.3.3'
// https://jarcasting.com/artifacts/com.zopa/ktor-opentracing/
implementation ("com.zopa:ktor-opentracing:0.3.3")
'com.zopa:ktor-opentracing:jar:0.3.3'
<dependency org="com.zopa" name="ktor-opentracing" rev="0.3.3">
<artifact name="ktor-opentracing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zopa', module='ktor-opentracing', version='0.3.3')
)
libraryDependencies += "com.zopa" % "ktor-opentracing" % "0.3.3"
[com.zopa/ktor-opentracing "0.3.3"]