blob: ca41f64ca06da28dc2e4fd4522a16dabbecc5cf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<ivy-module version="2.0">
<info organisation="org.projectlombok" module="lombok.patcher" revision="0.7" publication="20130708220900">
<license name="MIT License" url="http://www.opensource.org/licenses/mit-license.php" />
<ivyauthor name="rzwitserloot" url="http://zwitserloot.com/" />
<ivyauthor name="rspilker" url="http://github.com/rspilker" />
<description homepage="http://projectlombok.org/" />
</info>
<configurations>
<conf name="default" />
</configurations>
<publications>
<artifact conf="default" url="http://projectlombok.org/downloads/lombok.patcher-0.7.jar" />
</publications>
</ivy-module>
|