<dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>1.2.9</version> </dependency>
implementation 'org.springframework:spring-aop:1.2.9'
implementation("org.springframework:spring-aop:1.2.9")
libraryDependencies += "org.springframework" % "spring-aop" % "1.2.9"
@Grapes( @Grab(group='org.springframework', module='spring-aop', version='1.2.9') )
<dependency org="org.springframework" name="spring-aop" rev="1.2.9" />
[org.springframework/spring-aop "1.2.9"]
'org.springframework:spring-aop:jar:1.2.9'
compile
|-- cglib:cglib-nodep:2.1_3
|-- commons-attributes:commons-attributes-api:2.1
|-- commons-attributes:commons-attributes-compiler:2.1
|-- commons-logging:commons-logging:1.0.4
|-- commons-pool:commons-pool:1.2
|-- com.jamonapi:jamon:1.0
|-- oro:oro:2.0.8
|-- org.springframework:spring-beans
|-- org.springframework:spring-core