mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-09 22:12:16 +00:00
98 lines
4.7 KiB
HTML
98 lines
4.7 KiB
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<script src="logi/jQuery-all.js" type="text/javascript"></script>
|
|
<link rel="stylesheet" type="text/css" href="logi/reset.css" />
|
|
<link rel="stylesheet" type="text/css" href="index.css" />
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
|
<meta name="description" content="Spice up your java" />
|
|
<title>Project Lombok</title>
|
|
<!--[if lt IE 7]><script type="text/javascript" src="logi/iepngfix_tilebg.js"></script><![endif]-->
|
|
</head><body>
|
|
<a id="forkMe" href="http://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
|
|
<div class="meat">
|
|
<h1><a href="/">Project Lombok</a> - Download</h1>
|
|
<div id="buttonBar" class="buttonBar">
|
|
<a class="button" href="features/index.html">
|
|
<img src="icon_overview.png" />
|
|
<span>Feature Overview</span>
|
|
</a>
|
|
<a class="button" href="http://groups.google.com/group/project-lombok">
|
|
<img src="icon_discussion.png" />
|
|
<span>Discuss / Help</span>
|
|
</a>
|
|
<a class="button" href="http://wiki.github.com/rzwitserloot/lombok/contributing">
|
|
<img src="icon_contribute.png" />
|
|
<span>Contribute</span>
|
|
</a>
|
|
<a class="button" href="http://code.google.com/p/projectlombok/issues/list">
|
|
<img src="icon_bugs.png" />
|
|
<span>Report an issue</span>
|
|
</a>
|
|
<div class="downloadContainer">
|
|
<a class="downloadLink" id="downloadLink" href="download.html">
|
|
<img src="icon_download.png" />
|
|
<span>Download!</span>
|
|
</a>
|
|
<div class="versionInfo">
|
|
Version: @VERSION@ | <a href="changelog.html">changelog</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="downloadHelp">
|
|
<div class="stableLink">Download <a href="http://projectlombok.googlecode.com/files/lombok.jar">lombok.jar</a> @VERSION@.</div>
|
|
<div class="edgeLink">Feeling adventurous? Download the latest <a href="download-edge.html">snapshot</a> release.</div>
|
|
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tr><td class="platform">Maven or Ivy</td>
|
|
<td class="instruction">Lombok is in maven central. <a href="mavenrepo/index.html">More…</a></td></tr>
|
|
|
|
<tr><td class="platform">Javac</td>
|
|
<td class="instruction">Just put <code>lombok.jar</code> on the classpath.</td></tr>
|
|
|
|
<tr><td class="platform">NetBeans</td>
|
|
<td class="instruction">Just put <code>lombok.jar</code> on the classpath and enable annotation processing. <a href="setup/netbeans.html">More…</a></td></tr>
|
|
|
|
<tr><td class="platform">Eclipse and STS</td>
|
|
<td class="instruction">Run <code>lombok.jar</code> as a java app (i.e. doubleclick it, usually) to install. Also add lombok.jar to your project.</td></tr>
|
|
|
|
<tr><td class="platform">IDEA IntelliJ</td>
|
|
<td class="instruction">lombok doesn't (yet) work under IntelliJ. We're working on it though!</td></tr>
|
|
|
|
<tr><td class="platform">Javadoc</td>
|
|
<td class="instruction">First delombok your code then run javadoc on the result. <a href="features/delombok.html">More…</a></td></tr>
|
|
|
|
<tr><td class="platform">Android</td>
|
|
<td class="instruction">The proper way to use lombok with android is somewhat complicated but possible. <a href="setup/android.html">More…</a></td></tr>
|
|
|
|
<tr><td class="platform">GWT</td>
|
|
<td class="instruction">Lombok works with GWT. <a href="setup/gwt.html">More…</a></td></tr>
|
|
|
|
<tr><td class="platform">Play! Framework</td>
|
|
<td class="instruction">Use Aaron Freeman's <a href="https://github.com/aaronfreeman/play-lombok#readme">lombok play plugin</a>.</td></tr>
|
|
|
|
<tr><td class="platform">ecj</td>
|
|
<td class="instruction">Lombok works on ecj and ecj-based tools. <a href="setup/ecj.html">More…</a></td></tr>
|
|
</table>
|
|
<p style="font-size: 0.9em">
|
|
Or, <a href="http://code.google.com/p/projectlombok/downloads/list">download</a> a previous version of lombok.
|
|
</p>
|
|
</div>
|
|
<div class="endBar">
|
|
</div>
|
|
<div class="footer">
|
|
<a href="credits.html" class="creditsLink">credits</a> | Copyright © 2009-2012 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
<script type="text/javascript">
|
|
try {
|
|
var pageTracker = _gat._getTracker("UA-9884254-1");
|
|
pageTracker._trackPageview();
|
|
} catch(err) {}
|
|
</script>
|
|
</body></html>
|