Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.opentracing |
ArtifactId | ArtifactIdmicroprofile-opentracing-spec |
Version | Version1.2 |
Type | Typepom |
Filename | Size |
---|---|
microprofile-opentracing-spec-1.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.opentracing/microprofile-opentracing-spec/ -->
<dependency>
<groupId>org.eclipse.microprofile.opentracing</groupId>
<artifactId>microprofile-opentracing-spec</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.opentracing/microprofile-opentracing-spec/
implementation 'org.eclipse.microprofile.opentracing:microprofile-opentracing-spec:1.2'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.opentracing/microprofile-opentracing-spec/
implementation ("org.eclipse.microprofile.opentracing:microprofile-opentracing-spec:1.2")
'org.eclipse.microprofile.opentracing:microprofile-opentracing-spec:pom:1.2'
<dependency org="org.eclipse.microprofile.opentracing" name="microprofile-opentracing-spec" rev="1.2">
<artifact name="microprofile-opentracing-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.opentracing', module='microprofile-opentracing-spec', version='1.2')
)
libraryDependencies += "org.eclipse.microprofile.opentracing" % "microprofile-opentracing-spec" % "1.2"
[org.eclipse.microprofile.opentracing/microprofile-opentracing-spec "1.2"]