File | Operation |
---|---|
microprofile-opentracing-parent-1.2.1.pom | download |
<dependency>
<groupId>org.eclipse.microprofile.opentracing</groupId>
<artifactId>microprofile-opentracing-parent</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
implementation 'org.eclipse.microprofile.opentracing:microprofile-opentracing-parent:1.2.1'
implementation("org.eclipse.microprofile.opentracing:microprofile-opentracing-parent:1.2.1")
libraryDependencies += "org.eclipse.microprofile.opentracing" % "microprofile-opentracing-parent" % "1.2.1"
@Grapes(
@Grab(group='org.eclipse.microprofile.opentracing', module='microprofile-opentracing-parent', version='1.2.1')
)
<dependency org="org.eclipse.microprofile.opentracing" name="microprofile-opentracing-parent" rev="1.2.1" />