GroupId | GroupIdorg.apache.servicecomb |
---|---|
ArtifactId | ArtifactIdtracing |
Version | Version2.7.2 |
Type | Typepom |
Description |
DescriptionJava Chassis::Tracing
|
Filename | Size |
---|---|
tracing-2.7.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/tracing/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>tracing</artifactId>
<version>2.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/tracing/
implementation 'org.apache.servicecomb:tracing:2.7.2'
// https://jarcasting.com/artifacts/org.apache.servicecomb/tracing/
implementation ("org.apache.servicecomb:tracing:2.7.2")
'org.apache.servicecomb:tracing:pom:2.7.2'
<dependency org="org.apache.servicecomb" name="tracing" rev="2.7.2">
<artifact name="tracing" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='tracing', version='2.7.2')
)
libraryDependencies += "org.apache.servicecomb" % "tracing" % "2.7.2"
[org.apache.servicecomb/tracing "2.7.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-aop | jar |