Maven Repository - POM file for Data Structure lombok 0.12.0 0.12.0

Summary

Project Lombok.

Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more!.

Declaration

Here is the list of declaration for lombok. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.projectlombok</groupId>
   <artifactId>lombok</artifactId>
   <version>0.12.0</version>
</dependency>

If you think this Maven repository POM file listing for lombok is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The MIT License
URL: http://projectlombok.org/LICENSE.





Packages

The following packages are defined in the lombok-0.12.0.jar

com.sun.jna
com.sun.jna.ptr
com.sun.jna.win32
lombok
lombok.bytecode
lombok.core
lombok.core.debug
lombok.core.handlers
lombok.core.runtimeDependencies
lombok.delombok
lombok.delombok.ant
lombok.eclipse
lombok.eclipse.agent
lombok.eclipse.handlers
lombok.experimental
lombok.extern.apachecommons
lombok.extern.java
lombok.extern.log4j
lombok.extern.slf4j
lombok.installer
lombok.installer.eclipse
lombok.javac
lombok.javac.apt
lombok.javac.handlers
lombok.javac.java6
lombok.javac.java7
lombok.libs.com.zwitserloot.cmdreader
lombok.libs.org.objectweb.asm
lombok.libs.org.objectweb.asm.commons
lombok.libs.org.objectweb.asm.signature
lombok.libs.org.objectweb.asm.tree
lombok.libs.org.objectweb.asm.util
lombok.patcher
lombok.patcher.equinox
lombok.patcher.inject
lombok.patcher.scripts




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.projectlombok</groupId>
  <artifactId>lombok</artifactId>
  <packaging>jar</packaging>
  <version>0.12.0</version>
  <name>Project Lombok</name>
  <url>http://projectlombok.org</url>
  <description>Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more!</description>
  <dependencies></dependencies>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>http://projectlombok.org/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:git://github.com/rzwitserloot/lombok.git</connection>
    <url>http://github.com/rzwitserloot/lombok</url>
  </scm>
  <issueManagement>
    <system>Google Code</system>
    <url>http://code.google.com/p/projectlombok/issues</url>
  </issueManagement>
  
</project>