diff options
-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: |