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