GroupId | GroupIdorg.apache.servicecomb |
---|---|
ArtifactId | ArtifactIdtracing |
Version | Version2.0.1 |
Type | Typepom |
Filename | Size |
---|---|
tracing-2.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/tracing/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>tracing</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/tracing/
implementation 'org.apache.servicecomb:tracing:2.0.1'
// https://jarcasting.com/artifacts/org.apache.servicecomb/tracing/
implementation ("org.apache.servicecomb:tracing:2.0.1")
'org.apache.servicecomb:tracing:pom:2.0.1'
<dependency org="org.apache.servicecomb" name="tracing" rev="2.0.1">
<artifact name="tracing" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='tracing', version='2.0.1')
)
libraryDependencies += "org.apache.servicecomb" % "tracing" % "2.0.1"
[org.apache.servicecomb/tracing "2.0.1"]