| GroupId | GroupIdcd.connect.common |
|---|---|
| ArtifactId | ArtifactIdconnect-opentracing-web |
| Version | Version1.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/cd.connect.common/connect-opentracing-web/ -->
<dependency>
<groupId>cd.connect.common</groupId>
<artifactId>connect-opentracing-web</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/cd.connect.common/connect-opentracing-web/
implementation 'cd.connect.common:connect-opentracing-web:1.3'
// https://jarcasting.com/artifacts/cd.connect.common/connect-opentracing-web/
implementation ("cd.connect.common:connect-opentracing-web:1.3")
'cd.connect.common:connect-opentracing-web:jar:1.3'
<dependency org="cd.connect.common" name="connect-opentracing-web" rev="1.3">
<artifact name="connect-opentracing-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='cd.connect.common', module='connect-opentracing-web', version='1.3')
)
libraryDependencies += "cd.connect.common" % "connect-opentracing-web" % "1.3"
[cd.connect.common/connect-opentracing-web "1.3"]