<dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>2.5.4</version> </dependency>
implementation 'org.springframework:spring-aop:2.5.4'
implementation("org.springframework:spring-aop:2.5.4")
libraryDependencies += "org.springframework" % "spring-aop" % "2.5.4"
@Grapes( @Grab(group='org.springframework', module='spring-aop', version='2.5.4') )
<dependency org="org.springframework" name="spring-aop" rev="2.5.4" />
[org.springframework/spring-aop "2.5.4"]
'org.springframework:spring-aop:jar:2.5.4'
compile
|-- aopalliance:aopalliance:1.0
|-- aspectj:aspectjrt:1.5.4
|-- aspectj:aspectjweaver:1.5.4
|-- cglib:cglib-nodep:2.1_3
|-- commons-attributes:commons-attributes-api:2.2
|-- commons-attributes:commons-attributes-compiler:2.2
|-- commons-logging:commons-logging:1.1.1
|-- commons-pool:commons-pool:1.3
|-- com.jamonapi:jamon:2.4
|-- org.springframework:spring-beans
|-- org.springframework:spring-core