GroupId | GroupIdcom.zopa |
---|---|
ArtifactId | ArtifactIdktor-opentracing |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
ktor-opentracing-0.1.0.pom | |
ktor-opentracing-0.1.0.jar | 36 KB |
ktor-opentracing-0.1.0-sources.jar | 4 KB |
ktor-opentracing-0.1.0-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.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"]