From 343e5ef6ecdcefdd86d3741bb4fb38b9915f163a Mon Sep 17 00:00:00 2001 From: Andraž Bajt Date: Tue, 25 Nov 2014 18:28:51 +0100 Subject: add instructions for using lombok with sbt --- website/mavenrepo/index.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'website/mavenrepo/index.html') diff --git a/website/mavenrepo/index.html b/website/mavenrepo/index.html index 01227bbd..29716920 100644 --- a/website/mavenrepo/index.html +++ b/website/mavenrepo/index.html @@ -60,6 +60,11 @@ You can use lombok with ivy by adding the following to your ivy.xml:
<dependency org="org.projectlombok" name="lombok" rev="@VERSION@" conf="build" />
+

SBT

+
+ You can use lombok with SBT by adding the following to your build.sbt: +
libraryDependencies += "org.projectlombok" % "lombok" % "@VERSION@"
+

Gradle

You can use lombok with gradle by adding the following to your build.gradle in the dependencies block: -- cgit