Download stage-compiler-1.10.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.10 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials