is not current version
Last Version 1.0.1

com.github.0x4096:tracer-core 1.0.0

简单分布式日志追踪

GroupId

GroupId

com.github.0x4096
ArtifactId

ArtifactId

tracer-core
Version

Version

1.0.0
Type

Type

jar

Download tracer-core 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.0x4096/tracer-core/ -->
<dependency>
    <groupId>com.github.0x4096</groupId>
    <artifactId>tracer-core</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.0x4096/tracer-core/
implementation 'com.github.0x4096:tracer-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.0x4096/tracer-core/
implementation ("com.github.0x4096:tracer-core:1.0.0")
'com.github.0x4096:tracer-core:jar:1.0.0'
<dependency org="com.github.0x4096" name="tracer-core" rev="1.0.0">
  <artifact name="tracer-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.0x4096', module='tracer-core', version='1.0.0')
)
libraryDependencies += "com.github.0x4096" % "tracer-core" % "1.0.0"
[com.github.0x4096/tracer-core "1.0.0"]