is not current version
Last Version 1.12

net.openhft:stage-compiler 1.11

Annotation processor merging classes and managing lazy initialization

Categories

Categories

Net
GroupId

GroupId

net.openhft
ArtifactId

ArtifactId

stage-compiler
Version

Version

1.11
Type

Type

jar

Download stage-compiler 1.11


<!-- https://jarcasting.com/artifacts/net.openhft/stage-compiler/ -->
<dependency>
    <groupId>net.openhft</groupId>
    <artifactId>stage-compiler</artifactId>
    <version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/stage-compiler/
implementation 'net.openhft:stage-compiler:1.11'
// https://jarcasting.com/artifacts/net.openhft/stage-compiler/
implementation ("net.openhft:stage-compiler:1.11")
'net.openhft:stage-compiler:jar:1.11'
<dependency org="net.openhft" name="stage-compiler" rev="1.11">
  <artifact name="stage-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='stage-compiler', version='1.11')
)
libraryDependencies += "net.openhft" % "stage-compiler" % "1.11"
[net.openhft/stage-compiler "1.11"]