s

stage-compiler

Annotation processor merging classes and managing lazy initialization
https://github.com/OpenHFT/Stage-Compiler
LGPLv3
Higher Frequency Trading
Roman Leventov
Files download
File Operation
stage-compiler-1.12.jar download
stage-compiler-1.12.pom download
stage-compiler-1.12-sources.jar download
Apache Maven
<dependency>
  <groupId>net.openhft</groupId>
  <artifactId>stage-compiler</artifactId>
  <version>1.12</version>
</dependency>
Gradle Groovy
implementation 'net.openhft:stage-compiler:1.12'
Gradle Kotlin
implementation("net.openhft:stage-compiler:1.12")
Scala SBT
libraryDependencies += "net.openhft" % "stage-compiler" % "1.12"
Groovy Grape
@Grapes(
  @Grab(group='net.openhft', module='stage-compiler', version='1.12')
)
Apache Ivy
<dependency org="net.openhft" name="stage-compiler" rev="1.12" />
Leiningen
[net.openhft/stage-compiler "1.12"]
Apache Buildr
'net.openhft:stage-compiler:jar:1.12'