is not current version
Last Version 3.0

org.eclipse.microprofile.opentracing:microprofile-opentracing-spec 2.0-RC1

OpenTracing behaviors and APIs for MicroProfile :: Specification

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.opentracing
ArtifactId

ArtifactId

microprofile-opentracing-spec
Version

Version

2.0-RC1
Type

Type

pom

Download microprofile-opentracing-spec 2.0-RC1


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