-
Notifications
You must be signed in to change notification settings - Fork 44
Grab the latest version
peichhorn edited this page Jul 24, 2012
·
27 revisions
<dependency>
<groupId>com.github.peichhorn</groupId>
<artifactId>lombok-pg</artifactId>
<version>0.11.3</version>
</dependency>
<dependency>
<groupId>com.github.peichhorn</groupId>
<artifactId>lombok-pg</artifactId>
<version>0.11.3</version>
<classifier>runtime</classifier>
<scope>runtime</scope>
</dependency>
<dependency org="com.github.peichhorn" name="lombok-pg" rev="0.11.3">
<artifact name="lombok-pg" conf="default" />
<artifact name="lombok-pg" conf="runtime" m:classifier="runtime" />
</dependency>
Example: ivy.xml, ivysettings.xml
Releases: Available on Maven Central
Snapshots: https://oss.sonatype.org/content/repositories/snapshots/
To resolve a SNAPSHOT with Ivy, use this repository pattern:
[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]
lombok-pg 0.11.2 (based on lombok 0.11.2) - please don't use this versions with eclipse, since it has a major memleak
lombok-pg 0.11.0 (based on lombok 0.11.0)
I am not able to run @Action. If I provide Action1 implementation it works.
implementation private static Action1 println() { return new Action1() { public void apply(final Object o) { System.out.println(o); } };
pom : com.github.peichhorn lombok-pg 0.11.3
<dependency>
<groupId>com.github.peichhorn</groupId>
<artifactId>lombok-pg</artifactId>
<version>0.11.3</version>
<classifier>runtime</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>