<dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>1.2.6</version> </dependency>
implementation 'org.springframework:spring-aop:1.2.6'
implementation("org.springframework:spring-aop:1.2.6")
libraryDependencies += "org.springframework" % "spring-aop" % "1.2.6"
@Grapes( @Grab(group='org.springframework', module='spring-aop', version='1.2.6') )
<dependency org="org.springframework" name="spring-aop" rev="1.2.6" />
[org.springframework/spring-aop "1.2.6"]
'org.springframework:spring-aop:jar:1.2.6'
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>1.2.6</version> </parent>
compile
|-- org.springframework:spring-beans:1.2.6
|-- 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