Skip to content

Grab the latest version

peichhorn edited this page Jul 24, 2012 · 27 revisions

0.11.3 (based on lombok 0.11.3 edge release)

Maven:

<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>

Ivy:

<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

Download:

lombok-pg-0.11.3.jar

lombok-pg-0.11.3-runtime.jar

Repositories:

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]

Older releases:

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)

lombok-pg 0.10.4 (based on lombok 0.10.4)

lombok-pg 0.10.0 (based on lombok 0.10.0)