<dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>1.2.7</version> </dependency>
implementation 'org.springframework:spring-aop:1.2.7'
implementation("org.springframework:spring-aop:1.2.7")
libraryDependencies += "org.springframework" % "spring-aop" % "1.2.7"
@Grapes( @Grab(group='org.springframework', module='spring-aop', version='1.2.7') )
<dependency org="org.springframework" name="spring-aop" rev="1.2.7" />
[org.springframework/spring-aop "1.2.7"]
'org.springframework:spring-aop:jar:1.2.7'
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>1.2.7</version> </parent>
compile
|-- org.springframework:spring-beans:1.2.7
|-- aopalliance:aopalliance
|-- oro:oro
|-- commons-pool:commons-pool
|-- commons-attributes:commons-attributes-compiler
|-- com.jamonapi:jamon
|-- cglib:cglib
test
|-- xdoclet:xjavadoc
|-- javax.servlet:servlet-api