intellij-facade-11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.plushnikov.lombok-intellij-plugin</groupId> <artifactId>intellij-facade-11</artifactId> <version>0.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>de.plushnikov.lombok-intellij-plugin</groupId> <artifactId>parent</artifactId> <version>0.5</version> </parent> <artifactId>intellij-facade-11</artifactId> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>intellij-facade-api</artifactId> <classifier>${idea.version}</classifier> </dependency> <dependency> <groupId>org.jetbrains.idea</groupId> <artifactId>idea-openapi</artifactId> <version>${idea11.version}</version> <type>pom</type> </dependency> <dependency> <groupId>org.jetbrains.idea</groupId> <artifactId>extensions</artifactId> <version>${idea11.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.jetbrains.idea</groupId> <artifactId>util</artifactId> <version>${idea11.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.jetbrains.idea</groupId> <artifactId>annotations</artifactId> <version>${idea11.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.jetbrains.idea</groupId> <artifactId>idea</artifactId> <version>${idea11.version}</version> <type>pom</type> </dependency> </dependencies> </project>