processor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.shreyashsaitwal.rush</groupId>
<artifactId>processor</artifactId>
<version>2.0.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.shreyashsaitwal.rush</groupId>
<artifactId>processor</artifactId>
<version>2.0.4</version>
<name>Rush Annotation Processor</name>
<description>Annotation processor for extensions built with Rush.</description>
<url>https://github.com/shreyashsaitwal/rush-cli/tree/2.0/processor</url>
<licenses>
<license>
<name>GPL-3.0</name>
<url>https://raw.githubusercontent.com/shreyashsaitwal/rush-cli/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>shreyashsaitwal</id>
<name>Shreyash Saitwal</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/shreyashsaitwal/rush-cli.git</connection>
<developerConnection>scm:git:ssh://github.com/shreyashsaitwal/rush-cli.git</developerConnection>
<url>https://github.com/shreyashsaitwal/rush-cli</url>
</scm>
<dependencies/>
</project>