GroupId | GroupIdcom.zopa |
---|---|
ArtifactId | ArtifactIdktor-opentracing |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
ktor-opentracing-0.1.1.pom | |
ktor-opentracing-0.1.1.jar | 37 KB |
ktor-opentracing-0.1.1-sources.jar | 5 KB |
ktor-opentracing-0.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.zopa/ktor-opentracing/ -->
<dependency>
<groupId>com.zopa</groupId>
<artifactId>ktor-opentracing</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zopa/ktor-opentracing/
implementation 'com.zopa:ktor-opentracing:0.1.1'
// https://jarcasting.com/artifacts/com.zopa/ktor-opentracing/
implementation ("com.zopa:ktor-opentracing:0.1.1")
'com.zopa:ktor-opentracing:jar:0.1.1'
<dependency org="com.zopa" name="ktor-opentracing" rev="0.1.1">
<artifact name="ktor-opentracing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zopa', module='ktor-opentracing', version='0.1.1')
)
libraryDependencies += "com.zopa" % "ktor-opentracing" % "0.1.1"
[com.zopa/ktor-opentracing "0.1.1"]