文件名 | 操作 |
---|---|
microprofile-opentracing-parent-3.0-RC2.pom | 下载 |
<dependency>
<groupId>org.eclipse.microprofile.opentracing</groupId>
<artifactId>microprofile-opentracing-parent</artifactId>
<version>3.0-RC2</version>
<type>pom</type>
</dependency>
implementation 'org.eclipse.microprofile.opentracing:microprofile-opentracing-parent:3.0-RC2'
implementation("org.eclipse.microprofile.opentracing:microprofile-opentracing-parent:3.0-RC2")
libraryDependencies += "org.eclipse.microprofile.opentracing" % "microprofile-opentracing-parent" % "3.0-RC2"
@Grapes(
@Grab(group='org.eclipse.microprofile.opentracing', module='microprofile-opentracing-parent', version='3.0-RC2')
)
<dependency org="org.eclipse.microprofile.opentracing" name="microprofile-opentracing-parent" rev="3.0-RC2" />