diff options
author | Andraž Bajt <edofic@users.noreply.github.com> | 2014-11-25 18:28:51 +0100 |
---|---|---|
committer | Andraž Bajt <edofic@users.noreply.github.com> | 2014-11-25 18:28:51 +0100 |
commit | 343e5ef6ecdcefdd86d3741bb4fb38b9915f163a (patch) | |
tree | 93ab325d6052c7cdc5b1c2450e5b3e32cdda5058 /website/mavenrepo | |
parent | 815f7d0fe82df761c038907043abd1a33d491f5d (diff) | |
download | lombok-343e5ef6ecdcefdd86d3741bb4fb38b9915f163a.tar.gz lombok-343e5ef6ecdcefdd86d3741bb4fb38b9915f163a.tar.bz2 lombok-343e5ef6ecdcefdd86d3741bb4fb38b9915f163a.zip |
add instructions for using lombok with sbt
Diffstat (limited to 'website/mavenrepo')
-rw-r--r-- | website/mavenrepo/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 <strong>ivy.xml</strong>: <div class="snippet"><dependency org="org.projectlombok" name="lombok" rev="@VERSION@" conf="build" /></div> </div> + <h2>SBT</h2> + <div> + You can use lombok with SBT by adding the following to your <strong>build.sbt</strong>: + <div class="snippet">libraryDependencies += "org.projectlombok" % "lombok" % "@VERSION@"</div> + </div> <h2>Gradle</h2> <div> You can use lombok with gradle by adding the following to your <strong>build.gradle</strong> in the <strong>dependencies</strong> block: |