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