Categories |
CategoriesDubbo Net Networking |
---|---|
GroupId | GroupIdcn.zull.tracing |
ArtifactId | ArtifactIdtracing-dubbo |
Version | Version0.0.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.zull.tracing/tracing-dubbo/ -->
<dependency>
<groupId>cn.zull.tracing</groupId>
<artifactId>tracing-dubbo</artifactId>
<version>0.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.zull.tracing/tracing-dubbo/
implementation 'cn.zull.tracing:tracing-dubbo:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/cn.zull.tracing/tracing-dubbo/
implementation ("cn.zull.tracing:tracing-dubbo:0.0.2-RELEASE")
'cn.zull.tracing:tracing-dubbo:jar:0.0.2-RELEASE'
<dependency org="cn.zull.tracing" name="tracing-dubbo" rev="0.0.2-RELEASE">
<artifact name="tracing-dubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.zull.tracing', module='tracing-dubbo', version='0.0.2-RELEASE')
)
libraryDependencies += "cn.zull.tracing" % "tracing-dubbo" % "0.0.2-RELEASE"
[cn.zull.tracing/tracing-dubbo "0.0.2-RELEASE"]