MVN

io.github.shreyashsaitwal.rush : processor

Maven & Gradle

Jan 27, 2023
44 stars

Rush Annotation Processor · Annotation processor for extensions built with Rush.

<dependency>
    <groupId>io.github.shreyashsaitwal.rush</groupId>
    <artifactId>processor</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.shreyashsaitwal.rush : processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4
  • Latest Release Candidate: 2.0.0-rc01
  • Latest Beta: 2.0.0-beta11

All Versions

Choose a version of io.github.shreyashsaitwal.rush : processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
processor-2.0.4
processor-2.0.3
processor-2.0.2
processor-2.0.1
processor-2.0.0
processor-2.0.0-rc01
processor-2.0.0-beta11
processor-2.0.0-beta10
processor-2.0.0-beta09
processor-2.0.0-beta08
processor-2.0.0-beta07
processor-2.0.0-beta06
processor-2.0.0-beta05
processor-2.0.0-beta04
processor-2.0.0-beta03
processor-2.0.0-beta02
processor-2.0.0-beta01

How to add a dependency to Maven

Add the following io.github.shreyashsaitwal.rush : processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.shreyashsaitwal.rush</groupId>
    <artifactId>processor</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.shreyashsaitwal.rush : processor gradle dependency to your build.gradle file:

implementation 'io.github.shreyashsaitwal.rush:processor:2.0.4'

Gradle Kotlin DSL: Add the following io.github.shreyashsaitwal.rush : processor gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.shreyashsaitwal.rush:processor:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.shreyashsaitwal.rush : processor sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.shreyashsaitwal.rush" % "processor" % "2.0.4"