<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
<version>4.3.18.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-aspects', version='4.3.18.RELEASE')
)
compile
|-- javax.cache:cache-api:1.0.0
|-- javax.transaction:javax.transaction-api:1.2
|-- org.aspectj:aspectjweaver:1.8.9
|-- org.springframework:spring-aop:4.3.18.RELEASE
|-- org.springframework:spring-beans:4.3.18.RELEASE
|-- org.springframework:spring-context:4.3.18.RELEASE
|-- org.springframework:spring-context-support:4.3.18.RELEASE
|-- org.springframework:spring-orm:4.3.18.RELEASE
|-- org.springframework:spring-tx:4.3.18.RELEASE
provided