From 65d89f077e10820ebbfe48af99c38c60472a8eb9 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 7 May 2014 23:33:16 +0200 Subject: Our maven/ivy instructions also apply to gradle; updated docs to reflect this. --- website/download.html | 2 +- website/mavenrepo/index.html | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/website/download.html b/website/download.html index 15fcec7a..518cfbcd 100644 --- a/website/download.html +++ b/website/download.html @@ -44,7 +44,7 @@ - + diff --git a/website/mavenrepo/index.html b/website/mavenrepo/index.html index 5f1e3ab6..01227bbd 100644 --- a/website/mavenrepo/index.html +++ b/website/mavenrepo/index.html @@ -43,7 +43,7 @@
-

Use Lombok via Maven or ivy

+

Maven

You can use lombok with maven by adding the following to your pom.xml:
<dependencies> @@ -55,15 +55,19 @@ </dependency> </dependencies>
+

Ivy

You can use lombok with ivy by adding the following to your ivy.xml:
<dependency org="org.projectlombok" name="lombok" rev="@VERSION@" conf="build" />
+

Gradle

- CAREFUL: lombok requires using the javac v1.6 compiler or higher. + You can use lombok with gradle by adding the following to your build.gradle in the dependencies block: +
provided "org.projectlombok:lombok:@VERSION@"
+
+
+ NOTE: You'll still need to download lombok, or doubleclick on the lombok.jar file downloaded by maven / ivy / gradle, to install lombok into your eclipse installation.
- That's all there is to it!
- note: You'll still need to download lombok, or doubleclick on the lombok.jar file downloaded by maven, to install lombok into your eclipse installation.
Download lombok.jar
Maven or Ivy
Maven, Ivy or Gradle Lombok is in maven central. More…
Javac