MVN

com.salesforce.aptspring : AptSpringProcessor

Maven & Gradle

Nov 27, 2019
5 stars

This project contains the apt processor that implements all the checks enumerated in @Verify. It is a self contained, and shaded jar.

<dependency>
    <groupId>com.salesforce.aptspring</groupId>
    <artifactId>AptSpringProcessor</artifactId>
    <version>2.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.salesforce.aptspring : AptSpringProcessor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.7

All Versions

Choose a version of com.salesforce.aptspring : AptSpringProcessor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
AptSpringProcessor-2.0.7
AptSpringProcessor-2.0.6
AptSpringProcessor-2.0.5
AptSpringProcessor-2.0.4
AptSpringProcessor-2.0.3
AptSpringProcessor-2.0.2
AptSpringProcessor-2.0.1
AptSpringProcessor-2.0.0
1.1.x
AptSpringProcessor-1.1.0
1.0.x
AptSpringProcessor-1.0.0

How to add a dependency to Maven

Add the following com.salesforce.aptspring : AptSpringProcessor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.salesforce.aptspring</groupId>
    <artifactId>AptSpringProcessor</artifactId>
    <version>2.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.salesforce.aptspring : AptSpringProcessor gradle dependency to your build.gradle file:

implementation 'com.salesforce.aptspring:AptSpringProcessor:2.0.7'

Gradle Kotlin DSL: Add the following com.salesforce.aptspring : AptSpringProcessor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.salesforce.aptspring:AptSpringProcessor:2.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.salesforce.aptspring : AptSpringProcessor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.salesforce.aptspring" % "AptSpringProcessor" % "2.0.7"

Advertisement