is not current version
Last Version 5.3.21

org.springframework:spring-aop 4.3.30.RELEASE

Spring AOP

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-aop
Version

Version

4.3.30.RELEASE
Type

Type

jar

Download spring-aop 4.3.30.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework/spring-aop/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-aop</artifactId>
    <version>4.3.30.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-aop/
implementation 'org.springframework:spring-aop:4.3.30.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-aop/
implementation ("org.springframework:spring-aop:4.3.30.RELEASE")
'org.springframework:spring-aop:jar:4.3.30.RELEASE'
<dependency org="org.springframework" name="spring-aop" rev="4.3.30.RELEASE">
  <artifact name="spring-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-aop', version='4.3.30.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-aop" % "4.3.30.RELEASE"
[org.springframework/spring-aop "4.3.30.RELEASE"]