is not current version
Last Version 3.0

org.eclipse.microprofile.opentracing:microprofile-opentracing-parent 1.3

Specification for OpenTracing behavior in MicroProfile

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.opentracing
ArtifactId

ArtifactId

microprofile-opentracing-parent
Version

Version

1.3
Type

Type

pom

Download microprofile-opentracing-parent 1.3


<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.opentracing/microprofile-opentracing-parent/ -->
<dependency>
    <groupId>org.eclipse.microprofile.opentracing</groupId>
    <artifactId>microprofile-opentracing-parent</artifactId>
    <version>1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.opentracing/microprofile-opentracing-parent/
implementation 'org.eclipse.microprofile.opentracing:microprofile-opentracing-parent:1.3'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.opentracing/microprofile-opentracing-parent/
implementation ("org.eclipse.microprofile.opentracing:microprofile-opentracing-parent:1.3")
'org.eclipse.microprofile.opentracing:microprofile-opentracing-parent:pom:1.3'
<dependency org="org.eclipse.microprofile.opentracing" name="microprofile-opentracing-parent" rev="1.3">
  <artifact name="microprofile-opentracing-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.opentracing', module='microprofile-opentracing-parent', version='1.3')
)
libraryDependencies += "org.eclipse.microprofile.opentracing" % "microprofile-opentracing-parent" % "1.3"
[org.eclipse.microprofile.opentracing/microprofile-opentracing-parent "1.3"]