Download lombok-ast-0.2.1.jar file - Jar l

Jar examples for l:lombok-ast

Description

This is a very small fork of lombok.ast as some Android tools needed a modification. This is built from 3c4f94d418b58d55d0facebf2bfbb362d4bf3bdd with an additional patch to support ECJ 4.2 and to strip out some unnecessary bundled libraries that we don't use for lint (to make the overhead smaller.)

You can download jar file lombok-ast 0.2.1 in this page.

License

The MIT License

Build File

You can use the following script to add lombok-ast-0.2.1.jar to your project.

<dependency>
   <groupId>com.android.tools.external.lombok</groupId>
   <artifactId>lombok-ast</artifactId>
   <version>0.2.1</version>
</dependency>
compile group: 'com.android.tools.external.lombok', name: 'lombok-ast', version: '0.2.1'
libraryDependencies += "com.android.tools.external.lombok" % "lombok-ast" % "0.2.1"
<dependency org="com.android.tools.external.lombok" name="lombok-ast" rev="0.2.1"/>
@Grapes(@Grab(group='com.android.tools.external.lombok', module='lombok-ast', version='0.2.1'))
'com.android.tools.external.lombok:lombok-ast:jar:0.2.1'

Download

Click the following link to download the jar file.

lombok-ast-0.2.1-javadoc.jar
lombok-ast-0.2.1-sources.jar
lombok-ast-0.2.1.jar
lombok-ast-0.2.1.pom



Related Tutorials