enunciate-lombok
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-lombok</artifactId>
<version>2.19.0</version>
</dependency><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>
<parent>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-parent</artifactId>
<version>2.19.0</version>
</parent>
<artifactId>enunciate-lombok</artifactId>
<name>Enunciate - Project Lombok Support</name>
<description>Support for project Lombok.</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>enunciate-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>