Download stage-compiler-1.12.jar file - Jar s

Jar examples for s:stage-compiler

Description

Annotation processor merging classes and managing lazy initialization

You can download jar file stage-compiler 1.12 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add stage-compiler-1.12.jar to your project.

<dependency>
   <groupId>net.openhft</groupId>
   <artifactId>stage-compiler</artifactId>
   <version>1.12</version>
</dependency>
compile group: 'net.openhft', name: 'stage-compiler', version: '1.12'
libraryDependencies += "net.openhft" % "stage-compiler" % "1.12"
<dependency org="net.openhft" name="stage-compiler" rev="1.12"/>
@Grapes(@Grab(group='net.openhft', module='stage-compiler', version='1.12'))
'net.openhft:stage-compiler:jar:1.12'

Download

Click the following link to download the jar file.

stage-compiler-1.12-javadoc.jar
stage-compiler-1.12-sources.jar
stage-compiler-1.12.jar
stage-compiler-1.12.pom



Related Tutorials