| GroupId | GroupIdcn.zull.tracing |
|---|---|
| ArtifactId | ArtifactIdtracing-core |
| Version | Version0.5.2-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| tracing-core-0.5.2-RELEASE.pom | |
| tracing-core-0.5.2-RELEASE.jar | 42 KB |
| tracing-core-0.5.2-RELEASE-sources.jar | 26 KB |
| tracing-core-0.5.2-RELEASE-javadoc.jar | 245 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.zull.tracing/tracing-core/ -->
<dependency>
<groupId>cn.zull.tracing</groupId>
<artifactId>tracing-core</artifactId>
<version>0.5.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.zull.tracing/tracing-core/
implementation 'cn.zull.tracing:tracing-core:0.5.2-RELEASE'
// https://jarcasting.com/artifacts/cn.zull.tracing/tracing-core/
implementation ("cn.zull.tracing:tracing-core:0.5.2-RELEASE")
'cn.zull.tracing:tracing-core:jar:0.5.2-RELEASE'
<dependency org="cn.zull.tracing" name="tracing-core" rev="0.5.2-RELEASE">
<artifact name="tracing-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.zull.tracing', module='tracing-core', version='0.5.2-RELEASE')
)
libraryDependencies += "cn.zull.tracing" % "tracing-core" % "0.5.2-RELEASE"
[cn.zull.tracing/tracing-core "0.5.2-RELEASE"]