Jar examples for l:lombok-ast
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.3 in this page.
The MIT License
You can use the following script to add lombok-ast-0.2.3.jar to your project.
<dependency> <groupId>com.android.tools.external.lombok</groupId> <artifactId>lombok-ast</artifactId> <version>0.2.3</version> </dependency>
compile group: 'com.android.tools.external.lombok', name: 'lombok-ast', version: '0.2.3'
libraryDependencies += "com.android.tools.external.lombok" % "lombok-ast" % "0.2.3"
<dependency org="com.android.tools.external.lombok" name="lombok-ast" rev="0.2.3"/>
@Grapes(@Grab(group='com.android.tools.external.lombok', module='lombok-ast', version='0.2.3'))
'com.android.tools.external.lombok:lombok-ast:jar:0.2.3'
Click the following link to download the jar file.
lombok-ast-0.2.3-javadoc.jar