MVN

com.salesforce.aptspring : AptSpringModel

Maven & Gradle

Nov 27, 2019
5 stars

This is the spring agnostic 'meat' of the project. It models and analyzes a graph of declarations of object (bean) definitions, as well as the graph of the objects (beans) themselves. This project should be reusable in CDI or any other DI/IoC annotation based system.

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

Latest Version

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

  • Latest Stable: 2.0.7

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement