GroupId | GroupIdnl.talsmasoftware.context |
---|---|
ArtifactId | ArtifactIdopentracing-span-propagation |
Version | Version0.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/nl.talsmasoftware.context/opentracing-span-propagation/ -->
<dependency>
<groupId>nl.talsmasoftware.context</groupId>
<artifactId>opentracing-span-propagation</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/nl.talsmasoftware.context/opentracing-span-propagation/
implementation 'nl.talsmasoftware.context:opentracing-span-propagation:0.4.3'
// https://jarcasting.com/artifacts/nl.talsmasoftware.context/opentracing-span-propagation/
implementation ("nl.talsmasoftware.context:opentracing-span-propagation:0.4.3")
'nl.talsmasoftware.context:opentracing-span-propagation:jar:0.4.3'
<dependency org="nl.talsmasoftware.context" name="opentracing-span-propagation" rev="0.4.3">
<artifact name="opentracing-span-propagation" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.talsmasoftware.context', module='opentracing-span-propagation', version='0.4.3')
)
libraryDependencies += "nl.talsmasoftware.context" % "opentracing-span-propagation" % "0.4.3"
[nl.talsmasoftware.context/opentracing-span-propagation "0.4.3"]