From 762bcba0074a0d922ce9c37e57642f5f2bf0afb4 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 11 Jul 2009 00:43:53 +0200 Subject: More work on the website. --- website/download.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 website/download.html (limited to 'website/download.html') diff --git a/website/download.html b/website/download.html new file mode 100644 index 00000000..7a2d13e9 --- /dev/null +++ b/website/download.html @@ -0,0 +1,39 @@ + + + + + + + + + Project Lombok + + + +
+

Download Lombok

+

+ Just double-click the lombok.jar file you've downloaded to install lombok into + your IDE. lombok.jar is also the jar you use as a project dependency + (include it in your classpath when compiling with javac or add it to your project + library list in your java IDE). It's the only jar you need! +

+ + Download now! + +
+ -- cgit