MVN

com.salesforce.aptspring : AptSpringAPI

Maven & Gradle

Nov 27, 2019
1 usages
5 stars

This project contains one class, a marking annotation, @Verify, that indicates that the AptSpringProcessor should verify a spring graph. All checks are fully enumerated in @Verify's javadoc.

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

Latest Version

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

  • Latest Stable: 2.0.7

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement