spring-aspects maven dependency

This page gives you a quick reference to get spring-aspects dependency for Maven or Gradle projects. You can also download the spring-aspects jar dependency, the link given at the "Download JAR File" section.

This module contains all the classes for advanced integration with the AspectJ AOP library. For example, if you are using Java classes for your Spring configuration and need AspectJ-style annotation-driven transaction management, you will need this module.

Spring Aspects Maven Dependency

Copy below Spring Aspects maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.springframework/spring-aspects -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-aspects</artifactId>
    <version>5.2.1.RELEASE</version>
</dependency>

Spring Aspects Gradle Dependency

Copy below Spring Aspects Gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.springframework/spring-aspects
compile group: 'org.springframework', name: 'spring-aspects', version: '5.2.1.RELEASE'

Download JAR File


Check for Latest Release

Reference


Comments