MVN

com.salesforce.aptspring : AptSpringParent

Maven & Gradle

Nov 27, 2019
5 stars

This is the parent project of AptSpring. Despite it's name, 90% of the code in this project is agnostic to spring. The AptSpringProcessor however, will assert the correctness of a spring graph at compile time, by demanding that the graph be both type safe and fully enumerable during compilation.

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

Latest Version

Choose a version of com.salesforce.aptspring : AptSpringParent to add to Maven - Latest Versions:

  • Latest Stable: 2.0.7

All Versions

Choose a version of com.salesforce.aptspring : AptSpringParent to add to Maven - All Versions:

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement