is not current version
Last Version 0.0.2

com.github.houbb:trace-id 0.0.1

The trace-id tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

trace-id
Version

Version

0.0.1
Type

Type

pom

Download trace-id 0.0.1

Filename Size
trace-id-0.0.1.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.houbb/trace-id/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>trace-id</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/trace-id/
implementation 'com.github.houbb:trace-id:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/trace-id/
implementation ("com.github.houbb:trace-id:0.0.1")
'com.github.houbb:trace-id:pom:0.0.1'
<dependency org="com.github.houbb" name="trace-id" rev="0.0.1">
  <artifact name="trace-id" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='trace-id', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "trace-id" % "0.0.1"
[com.github.houbb/trace-id "0.0.1"]