Files download
File Operation
tracer-processor-1.0.3.jar download
tracer-processor-1.0.3.pom download
tracer-processor-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.shawxingkwok</groupId>
  <artifactId>tracer-processor</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.shawxingkwok:tracer-processor:1.0.3'
Gradle Kotlin
implementation("io.github.shawxingkwok:tracer-processor:1.0.3")
Scala SBT
libraryDependencies += "io.github.shawxingkwok" % "tracer-processor" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shawxingkwok', module='tracer-processor', version='1.0.3')
)
Apache Ivy
<dependency org="io.github.shawxingkwok" name="tracer-processor" rev="1.0.3" />
Leiningen
[io.github.shawxingkwok/tracer-processor "1.0.3"]
Apache Buildr
'io.github.shawxingkwok:tracer-processor:jar:1.0.3'