spring-aop

spring-aop

Files download
File Operation
spring-aop-1.2-rc2.jar download
spring-aop-1.2-rc2.pom download
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-aop</artifactId>
  <version>1.2-rc2</version>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-aop:1.2-rc2'
Gradle Kotlin
implementation("org.springframework:spring-aop:1.2-rc2")
Scala SBT
libraryDependencies += "org.springframework" % "spring-aop" % "1.2-rc2"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-aop', version='1.2-rc2')
)
Apache Ivy
<dependency org="org.springframework" name="spring-aop" rev="1.2-rc2" />
Leiningen
[org.springframework/spring-aop "1.2-rc2"]
Apache Buildr
'org.springframework:spring-aop:jar:1.2-rc2'
Dependencies
The project has no third-party dependencies