t

tracer-common-compiler

Generates needed field getters, and replaces traditional dependency injection tools like dagger and koin.
https://github.com/ApolloKwok/TracerCommon
The Apache License, Version 2.0
Apollo Kwok
Files download
File Operation
tracer-common-compiler-1.7.20-1.2.0.jar download
tracer-common-compiler-1.7.20-1.2.0.pom download
tracer-common-compiler-1.7.20-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.apollokwok</groupId>
  <artifactId>tracer-common-compiler</artifactId>
  <version>1.7.20-1.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.apollokwok:tracer-common-compiler:1.7.20-1.2.0'
Gradle Kotlin
implementation("io.github.apollokwok:tracer-common-compiler:1.7.20-1.2.0")
Scala SBT
libraryDependencies += "io.github.apollokwok" % "tracer-common-compiler" % "1.7.20-1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.apollokwok', module='tracer-common-compiler', version='1.7.20-1.2.0')
)
Apache Ivy
<dependency org="io.github.apollokwok" name="tracer-common-compiler" rev="1.7.20-1.2.0" />
Leiningen
[io.github.apollokwok/tracer-common-compiler "1.7.20-1.2.0"]
Apache Buildr
'io.github.apollokwok:tracer-common-compiler:jar:1.7.20-1.2.0'